Skip to content

Commit

Permalink
Fix appimage + re-release v4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ferraridamiano committed Feb 25, 2024
1 parent df55eb7 commit b3a2d5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
mkdir ConverterNOW.AppDir
cp -r build/linux/x64/release/bundle/* ConverterNOW.AppDir
cp assets/app_icons/logo.svg ConverterNOW.AppDir
echo -e '#!/bin/sh\ncd "$(dirname "$0")"\nexec ./converternow"' > ConverterNOW.AppDir/AppRun
echo -e '#!/bin/sh\ncd "$(dirname "$0")"\nexec ./converternow' > ConverterNOW.AppDir/AppRun
chmod +x ConverterNOW.AppDir/AppRun
cp snap/gui/converternow.desktop ConverterNOW.AppDir
desktop-file-edit --set-icon="logo" --set-key="Exec" --set-value="converternow %u" ConverterNOW.AppDir/converternow.desktop
Expand Down

0 comments on commit b3a2d5b

Please sign in to comment.