From fe2647646a28ab3fba20d9069d4f13e84c9f9719 Mon Sep 17 00:00:00 2001 From: Maxim Logaev Date: Mon, 15 Apr 2024 20:40:16 +0300 Subject: [PATCH] Try fix flatpac1 Signed-off-by: Maxim Logaev --- .github/workflows/build-win64.yml | 42 ------------------------- .github/workflows/build.yml | 2 +- im.dino.Dino.json => im.dino.Dino+.json | 4 +-- 3 files changed, 3 insertions(+), 45 deletions(-) delete mode 100644 .github/workflows/build-win64.yml rename im.dino.Dino.json => im.dino.Dino+.json (98%) diff --git a/.github/workflows/build-win64.yml b/.github/workflows/build-win64.yml deleted file mode 100644 index 4ed2ed1c..00000000 --- a/.github/workflows/build-win64.yml +++ /dev/null @@ -1,42 +0,0 @@ -name: Build for Windows -on: [pull_request, push] - -jobs: - build: - runs-on: windows-latest - steps: - - uses: msys2/setup-msys2@v2 - with: - msystem: MINGW64 - update: true - install: git - - run: git config --global core.autocrlf input - - uses: actions/checkout@v4 - with: - fetch-depth: 0 - - name: Install build-dependencies - run: | - msys2 -c './build-win64.sh --prepare' - - name: Build Dino (Meson, without saving) - run: | - msys2 -c './build-win64.sh -s meson -c -b -t -w' - - name: Build Dino (CMake) - run: | - msys2 -c './build-win64.sh -s cmake -c -b -t -i' - - name: Build Dino installer - run: | - msys2 -c './build-win64.sh --build-installer' - - name: Upload Dino installer - uses: actions/upload-artifact@v4 - with: - name: dino-installer - path: windows-installer/dino-installer.exe - - name: Release Dino installer - if: ${{ github.ref_type == 'tag' }} - uses: svenstaro/upload-release-action@2.9.0 - with: - repo_token: ${{ secrets.GITHUB_TOKEN }} - file: windows-installer/dino-installer.exe - asset_name: dino-installer.exe - tag: ${{ github.ref }} - release_name: Dino ${{ github.ref_name }} diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index aaa66b8d..35e53db0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -38,7 +38,7 @@ jobs: - run: flatpak repair --user - uses: flatpak/flatpak-github-actions/flatpak-builder@v6.1 with: - manifest-path: im.dino.Dino.json + manifest-path: im.dino.Dino+.json build-bundle: true - name: Release Dino installer if: ${{ github.ref_type == 'tag' }} diff --git a/im.dino.Dino.json b/im.dino.Dino+.json similarity index 98% rename from im.dino.Dino.json rename to im.dino.Dino+.json index 7654a2c1..3ce13ff6 100644 --- a/im.dino.Dino.json +++ b/im.dino.Dino+.json @@ -1,5 +1,5 @@ { - "id": "im.dino.Dino", + "id": "im.dino.Dino+", "runtime": "org.gnome.Platform", "runtime-version": "44", "sdk": "org.gnome.Sdk", @@ -74,4 +74,4 @@ ] } ] -} \ No newline at end of file +}