Skip to content

Commit

Permalink
fix: publish.yaml windows installer
Browse files Browse the repository at this point in the history
  • Loading branch information
artegoser committed Jul 30, 2024
1 parent 9ed38b0 commit 83690bb
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,5 @@ jobs:
releaseBody: "See the assets to download this version and install."
releaseDraft: true
prerelease: false
updaterJsonPreferNsis: true
args: ${{ matrix.args }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vigi",
"version": "1.0.0-pre0",
"version": "0.0.0",
"description": "Browser for dalet, text, gemtext (gemini protocol included) with native support of txtdot proxy and local txtdot engines",
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "vigi"
version = "1.0.0-pre0"
version = "0.0.0"
description = "Browser for dalet, text, gemtext (gemini protocol included) with native support of txtdot proxy and local txtdot engines"
authors = ["artegoser"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"package": {
"productName": "vigi",
"version": "1.0.0-pre0"
"version": "1.0.0-pre.0"
},
"tauri": {
"updater": {
Expand Down

0 comments on commit 83690bb

Please sign in to comment.