mirror of
https://github.com/dathere/qsv-easy-windows-installer.git
synced 2025-12-27 11:37:01 +00:00
Compare commits
No commits in common. "main" and "v1.1.0" have entirely different histories.
3 changed files with 5 additions and 3 deletions
5
.github/workflows/publish.yml
vendored
5
.github/workflows/publish.yml
vendored
|
|
@ -2,7 +2,10 @@ 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:
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "qsv-easy-installer",
|
||||
"private": true,
|
||||
"version": "1.1.1",
|
||||
"version": "1.1.0",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
|
|
|
|||
|
|
@ -25,7 +25,6 @@ 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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue