Skip to content

Commit

Permalink
Prepare Linux CC
Browse files Browse the repository at this point in the history
  • Loading branch information
Yeon Vinzenz Varapragasam authored and Yeon Vinzenz Varapragasam committed Jan 8, 2024
1 parent 8168c69 commit 87f10d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion electron-builder.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@
},
"linux": {
"target": [
"AppImage"
"AppImage",
"snap"
],
"artifactName": "LedFx_client-v${version}--${os}.${ext}"
}
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,8 @@
"artifactName": "LedFx_CC-v${version}--${os}-setup.${ext}"
},
"linux": {
"icon": "build/icon.png"
"icon": "build/icon.png",
"artifactName": "LedFx_client-v${version}--${os}.${ext}"
},
"mac": {
"icon": "build/icon.png",
Expand Down

0 comments on commit 87f10d4

Please sign in to comment.