Skip to content

Commit

Permalink
fix: Update windows icon
Browse files Browse the repository at this point in the history
  • Loading branch information
cyaiox committed Jul 12, 2024
1 parent 6e3cb94 commit 3585e54
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
strategy:
fail-fast: true
matrix:
os: [ macos-latest, windows-latest ]
os: [ macos-latest ] # TODO: Added windows-latest support

runs-on: ${{ matrix.os }}

Expand Down
Binary file added buildResources/icon.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ files:
win:
publisherName: "Decentraland Foundation"
appId: Decentraland.Launcher
icon: buildResources/icon.png
icon: buildResources/icon.ico
target:
- nsis
verifyUpdateCodeSignature: false
Expand Down

0 comments on commit 3585e54

Please sign in to comment.