From 3822d569efa4520750e2ec0715f38198c9571656 Mon Sep 17 00:00:00 2001 From: SolsticeSpectrum <38611351+SolsticeSpectrum@users.noreply.github.com> Date: Fri, 27 Sep 2024 10:53:54 +0200 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d0f20b6..4fdbc4a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 @@ -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 <