Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SolsticeSpectrum authored Sep 27, 2024
1 parent dfa5e52 commit 3822d56
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Install Wine and necessary dependencies
- name: Install Wine and dependencies
run: |
sudo dpkg --add-architecture i386
sudo apt-get update
Expand Down Expand Up @@ -144,8 +144,6 @@ jobs:
wine "\${APPDIR}/$installer_name.exe" "\$@"
EOL
chmod +x AppDir/AppRun
# Create a basic .desktop file
cat > AppDir/$installer_name.desktop <<EOL
[Desktop Entry]
Name=$installer_name Installer
Expand All @@ -154,11 +152,7 @@ jobs:
Type=Application
Categories=Utility;
EOL
# Use the specified icon
wget -O AppDir/wineglass.png http://test.winehq.org/tests/winehq_snapshot/index_files/winehq_logo_glass.png
# Use ARCH environment variable when calling appimagetool
ARCH=x86_64 ./appimagetool-x86_64.AppImage AppDir ${installer_name}_linux.AppImage
rm -rf AppDir
}
Expand Down

0 comments on commit 3822d56

Please sign in to comment.