From c25b53c45ab2402c7c9293b28182555fc71ad3b4 Mon Sep 17 00:00:00 2001 From: rzmk <30333942+rzmk@users.noreply.github.com> Date: Tue, 22 Apr 2025 11:36:59 -0400 Subject: [PATCH 1/3] chore: add alert after install --- src/App.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App.tsx b/src/App.tsx index fdba217..e37eca2 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -25,6 +25,7 @@ function App() { invoke("run_path_update") .finally(() => { setLoading(false); + alert("Successfully installed qsv. Try opening a new terminal and run a qsv command!"); }); }} className="mx-auto w-full flex justify-center bg-blue-400" From 01629d5de4dee499820a65f2211ba31c97c76c4e Mon Sep 17 00:00:00 2001 From: rzmk <30333942+rzmk@users.noreply.github.com> Date: Tue, 22 Apr 2025 11:44:42 -0400 Subject: [PATCH 2/3] build: update to v1.1.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b32784d..2e32f08 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "qsv-easy-installer", "private": true, - "version": "1.1.0", + "version": "1.1.1", "type": "module", "scripts": { "dev": "vite", From b9d765195637ddb31ddf4cb2387c49762f882a14 Mon Sep 17 00:00:00 2001 From: rzmk <30333942+rzmk@users.noreply.github.com> Date: Tue, 22 Apr 2025 11:45:37 -0400 Subject: [PATCH 3/3] ci: remove unnecessary input --- .github/workflows/publish.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f7778ef..e1bba89 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -2,10 +2,7 @@ name: "Publish to Releases" on: workflow_dispatch: - inputs: - version: - description: "Specify the version. Ensure that the version is in the format v0.0.0." - required: true + jobs: publish-tauri: permissions: