diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a7db314..3faf70e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ concurrency: group: release-${{ github.sha }} jobs: flatpak: - name: "Flatpak" + name: Flatpak runs-on: ubuntu-latest container: image: bilelmoussaoui/flatpak-github-actions:gnome-44 @@ -48,10 +48,10 @@ jobs: shell: msys2 {0} run: timeout 2 cartridges - - name: "Inno Setup" + - name: Inno Setup run: iscc ".\_build\Cartridges.iss" - - name: "Upload Artifact" + - name: Upload Artifact uses: actions/upload-artifact@v3 with: name: Windows Installer diff --git a/src/main.py b/src/main.py index 203ba7a..d0afd3e 100644 --- a/src/main.py +++ b/src/main.py @@ -21,8 +21,6 @@ import json import lzma import sys -import non_existent_module - import gi gi.require_version("Gtk", "4.0")