Skip to content

Commit

Permalink
icons
Browse files Browse the repository at this point in the history
  • Loading branch information
marc2332 committed Oct 18, 2023
1 parent 9d258ef commit 10b3fbd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/desktop/electron-builder-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,13 @@ function getIconPaths() {

return {
linux: {
icon: `${PATH}/${STAGE}/${NAME}.${EXTENSION}`,
icon: `${PATH}/prod/${NAME}.${EXTENSION}`,
},
mac: {
icon: `${PATH}/${STAGE}/${NAME}.${EXTENSION}`,
icon: `${PATH}/prod/${NAME}.${EXTENSION}`,
},
win: {
icon: `${PATH}/${STAGE}/${NAME}.${EXTENSION}`,
icon: `${PATH}/prod/${NAME}.${EXTENSION}`,
},
}
}
Expand Down

0 comments on commit 10b3fbd

Please sign in to comment.