Skip to content

Commit

Permalink
Remove icon.ico, keep only icon.png, see https://www.electron.build/i…
Browse files Browse the repository at this point in the history
  • Loading branch information
pierremtb committed Nov 28, 2024
1 parent 44adcb2 commit b97f81b
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build-apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ jobs:
electron-builder.yml
src/wasm-lib/pkg/wasm_lib*
release-notes.md
assets/icon.ico
assets/icon.png
- id: export_version
Expand Down Expand Up @@ -117,7 +116,6 @@ jobs:
mkdir src/wasm-lib/pkg
cp prepared-files/src/wasm-lib/pkg/wasm_lib* src/wasm-lib/pkg
cp prepared-files/release-notes.md release-notes.md
cp prepared-files/assets/icon.ico assets/icon.ico
cp prepared-files/assets/icon.png assets/icon.png
- name: Sync node version and setup cache
Expand Down
Binary file removed assets/icon-nightly.ico
Binary file not shown.
Binary file removed assets/icon.ico
Binary file not shown.
2 changes: 0 additions & 2 deletions electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ win:
- sha256
sign: "./sign-win.js"
publisherName: "KittyCAD Inc" # needs to be exactly like on Digicert
icon: "assets/icon.ico"
fileAssociations:
- ext: kcl
name: kcl
Expand All @@ -54,7 +53,6 @@ nsis:
oneClick: false
perMachine: true
allowElevation: true
installerIcon: "assets/icon.ico"
include: "./installer.nsh"
linux:
artifactName: "${productName}-${version}-${arch}-${os}.${ext}"
Expand Down
1 change: 0 additions & 1 deletion scripts/flip-files-to-nightly.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,3 @@ echo "Nightly build $VERSION (commit $COMMIT)" > release-notes.md

# icons
cp assets/icon-nightly.png assets/icon.png
cp assets/icon-nightly.ico assets/icon.ico

0 comments on commit b97f81b

Please sign in to comment.