From 963f4658519b5991ff95b842c71981343a6b180d Mon Sep 17 00:00:00 2001 From: thewh1teagle <61390950+thewh1teagle@users.noreply.github.com> Date: Sun, 19 Nov 2023 06:10:27 +0200 Subject: [PATCH 1/2] Update deploy_desktop.yaml --- .github/workflows/deploy_desktop.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy_desktop.yaml b/.github/workflows/deploy_desktop.yaml index 386ff37..e017e66 100644 --- a/.github/workflows/deploy_desktop.yaml +++ b/.github/workflows/deploy_desktop.yaml @@ -55,7 +55,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: tagName: ${{ github.ref_name }} # This only works if your workflow triggers on new tags. - releaseName: 'App Name v__VERSION__' # tauri-action replaces \_\_VERSION\_\_ with the app version. + releaseName: 'mobslide v__VERSION__' # tauri-action replaces \_\_VERSION\_\_ with the app version. releaseBody: 'See the assets to download and install this version.' releaseDraft: true prerelease: false From 6af3e1fa6c8c0c5396d758585984c3bb80c064e2 Mon Sep 17 00:00:00 2001 From: thewh1teagle <61390950+thewh1teagle@users.noreply.github.com> Date: Sun, 19 Nov 2023 06:10:51 +0200 Subject: [PATCH 2/2] Update tauri.conf.json --- desktop/src-tauri/tauri.conf.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/src-tauri/tauri.conf.json b/desktop/src-tauri/tauri.conf.json index 35c7ac8..27dac37 100644 --- a/desktop/src-tauri/tauri.conf.json +++ b/desktop/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "mobslide", - "version": "0.0.0" + "version": "0.0.1" }, "tauri": { "allowlist": {