Skip to content

Commit 8121ec4

Browse files
committed
Fix linux package build by adding png icons
1 parent 0fdf646 commit 8121ec4

File tree

6 files changed

+1
-4
lines changed

6 files changed

+1
-4
lines changed

package/create_ico.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,3 @@ done
1818

1919
# use imagemagick to create ico file
2020
convert $PWD/windows_icons/*.png windows.ico
21-
22-
# delete folder
23-
rm -R windows_icons
420 Bytes
Loading
7.71 KB
Loading
1.46 KB
Loading
1.75 KB
Loading

scripts/build_linux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ cargo packager --config '{'\
2323
' "identifier": "com.moulberry.pandoralauncher",'\
2424
' "resources": [],'\
2525
' "binaries": [{ "path": "PandoraLauncher-Linux", "main": true }],'\
26-
' "icons": ["package/windows.ico"]'\
26+
' "icons": ["package/windows_icons/icon_16x16.png", "package/windows_icons/icon_32x32.png", "package/windows_icons/icon_48x48.png", "package/windows_icons/icon_256x256.png"]'\
2727
'}'
2828

2929
mv dist/PandoraLauncher-Linux dist/PandoraLauncher-Linux-$version-x86_64-Portable

0 commit comments

Comments
 (0)