diff --git a/.github/workflows/flatpak-bundle.yml b/.github/workflows/flatpak-bundle.yml index 09ae2989..50fa5907 100644 --- a/.github/workflows/flatpak-bundle.yml +++ b/.github/workflows/flatpak-bundle.yml @@ -1,10 +1,6 @@ -on: - push: - # NOTE: Proposal to make this action available only for tags - #tags: - #- 'v*.*.*' - name: Flatpak +on: workflow_dispatch + jobs: prepare-repo: runs-on: ubuntu-latest @@ -41,7 +37,6 @@ jobs: with: name: repo-dist path: prepare-dist - flatpak: name: flatpak-bundle needs: prepare-repo diff --git a/flatpak/Containerfile b/flatpak/Containerfile index 194b0780..4df85746 100644 --- a/flatpak/Containerfile +++ b/flatpak/Containerfile @@ -41,7 +41,7 @@ RUN pnpm install --frozen-lockfile # debian build RUN pnpm tauri build -b deb -ARG VERSION=3.0.0 +ARG VERSION=3.0.1 ARG ARCH=amd64 RUN cp -r ./src-tauri/target/release/bundle/deb/lume_${VERSION}_${ARCH}/data lume-package diff --git a/flatpak/nu.lume.Lume.appdata.xml b/flatpak/nu.lume.Lume.appdata.xml index 2c74ac1e..7ed41654 100644 --- a/flatpak/nu.lume.Lume.appdata.xml +++ b/flatpak/nu.lume.Lume.appdata.xml @@ -72,7 +72,7 @@ - + diff --git a/package.json b/package.json index 37f1b186..7e2204fa 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "lume", "private": true, - "version": "3.0.0", + "version": "3.0.1", "scripts": { "build": "turbo build", "dev": "turbo dev", diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 3b5c8f66..9c5a8427 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -9,7 +9,7 @@ }, "package": { "productName": "Lume", - "version": "3.0.0" + "version": "3.0.1" }, "plugins": { "fs": {