Skip to content

Commit

Permalink
Fix InnoSetup config, try to fix AppImage #2
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbrechtL authored Sep 1, 2024
1 parent 862b82e commit 70ae842
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ jobs:
mkdir -p ./appdir/usr/bin
cp build/src/welle-gui/welle-io ./appdir/usr/bin
mkdir -p ./appdir/usr/lib
mkdir -p ./appdir/usr/share/icons/hicolor/512x512/apps/
cp src/welle-gui/icons/icon.png ./appdir/usr/share/icons/hicolor/512x512/apps/welle-io.png
mkdir -p ./appdir/usr/share/icons/hicolor/256x256/apps/
cp src/welle-gui/icons/icon.png ./appdir/usr/share/icons/hicolor/256x256/apps/welle-io.png
find appdir/
- name: Create AppImage
Expand Down
6 changes: 3 additions & 3 deletions windows/installer.iss
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ ArchitecturesAllowed=x64
; 64-bit Program Files directory and the 64-bit view of the registry.
ArchitecturesInstallIn64BitMode=x64
OutputBaseFilename=welle-io_install_x64
LicenseFile=COPYING
SetupIconFile=src\welle-gui\icons\icon.ico
LicenseFile=..\COPYING
SetupIconFile=..\src\welle-gui\icons\icon.ico

[Files]
Source: "installer/*"; DestDir: "{app}"; Flags: recursesubdirs
Source: "..\installer/*"; DestDir: "{app}"; Flags: recursesubdirs

[Icons]
Name: "{group}\welle.io"; Filename: "{app}\welle-io.exe"

0 comments on commit 70ae842

Please sign in to comment.