Compare commits

..

3 commits
v1.1.0 ... main

Author SHA1 Message Date
rzmk
b9d7651956
ci: remove unnecessary input 2025-04-22 11:45:37 -04:00
rzmk
01629d5de4
build: update to v1.1.1 2025-04-22 11:44:42 -04:00
rzmk
c25b53c45a
chore: add alert after install 2025-04-22 11:36:59 -04:00
3 changed files with 3 additions and 5 deletions

View file

@ -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:

View file

@ -1,7 +1,7 @@
{
"name": "qsv-easy-installer",
"private": true,
"version": "1.1.0",
"version": "1.1.1",
"type": "module",
"scripts": {
"dev": "vite",

View file

@ -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"