mirror of
https://github.com/dathere/qsv-easy-windows-installer.git
synced 2025-12-27 19:47:00 +00:00
Compare commits
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b9d7651956 | ||
|
|
01629d5de4 | ||
|
|
c25b53c45a |
3 changed files with 3 additions and 5 deletions
5
.github/workflows/publish.yml
vendored
5
.github/workflows/publish.yml
vendored
|
|
@ -2,10 +2,7 @@ name: "Publish to Releases"
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
|
||||||
version:
|
|
||||||
description: "Specify the version. Ensure that the version is in the format v0.0.0."
|
|
||||||
required: true
|
|
||||||
jobs:
|
jobs:
|
||||||
publish-tauri:
|
publish-tauri:
|
||||||
permissions:
|
permissions:
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "qsv-easy-installer",
|
"name": "qsv-easy-installer",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "1.1.0",
|
"version": "1.1.1",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite",
|
"dev": "vite",
|
||||||
|
|
|
||||||
|
|
@ -25,6 +25,7 @@ function App() {
|
||||||
invoke("run_path_update")
|
invoke("run_path_update")
|
||||||
.finally(() => {
|
.finally(() => {
|
||||||
setLoading(false);
|
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"
|
className="mx-auto w-full flex justify-center bg-blue-400"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue