File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 60
60
cp build/src/welle-gui/welle-io ./appdir/usr/bin
61
61
mkdir -p ./appdir/usr/lib
62
62
mkdir -p ./appdir/usr/share/icons/hicolor/512x512/apps/
63
- cp src/welle-gui/icons/icon.png appdir/usr/share/icons/hicolor/512x512/apps/welle-io.png
63
+ cp src/welle-gui/icons/icon.png ./appdir/usr/share/icons/hicolor/512x512/apps/welle-io.png
64
+ find appdir/
64
65
65
66
- name : Create AppImage
66
67
id : create_appimage
Original file line number Diff line number Diff line change @@ -24,11 +24,11 @@ ArchitecturesAllowed=x64
24
24
; 64-bit Program Files directory and the 64-bit view of the registry.
25
25
ArchitecturesInstallIn64BitMode = x64
26
26
OutputBaseFilename = welle-io_install_x64
27
- LicenseFile = ..\ COPYING
28
- SetupIconFile = ..\ src\welle-gui\icons\icon.ico
27
+ LicenseFile = COPYING
28
+ SetupIconFile = src\welle-gui\icons\icon.ico
29
29
30
30
[Files]
31
- Source : " bin /*" ; DestDir : " {app} " ; Flags : recursesubdirs
31
+ Source : " installer /*" ; DestDir : " {app} " ; Flags : recursesubdirs
32
32
33
33
[Icons]
34
34
Name : " {group} \welle.io" ; Filename : " {app} \welle-io.exe"
You can’t perform that action at this time.
0 commit comments