Skip to content

Commit

Permalink
Merge pull request #343 from DishpitDev/feat/aud
Browse files Browse the repository at this point in the history
automatic updater test
  • Loading branch information
Dishpit authored Jan 4, 2025
2 parents 9dd528b + 29cc5d2 commit 6caf356
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
projectPath: './Slopify'
includeUpdaterJson: true
tagName: app-v__VERSION__
releaseName: 'App v__VERSION__'
releaseBody: 'See the assets to download this version and install.'
Expand Down
1 change: 1 addition & 0 deletions Slopify/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ dist-ssr
*.njsproj
*.sln
*.sw?
env
1 change: 1 addition & 0 deletions Slopify/src-tauri/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
# Generated by Tauri
# will have schema files for capabilities auto-completion
/gen/schemas
env
12 changes: 12 additions & 0 deletions Slopify/src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
}
},
"bundle": {
"createUpdaterArtifacts": true,
"active": true,
"targets": "all",
"icon": [
Expand All @@ -33,5 +34,16 @@
"icons/icon.icns",
"icons/icon.ico"
]
},
"plugins": {
"updater": {
"windows": {
"installMode": "passive"
},
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDQwNzBCNUYxNUMwQTJDNDYKUldSR0xBcGM4YlZ3UU55WnFKSU1zM3JOUHUwTE5VbnhmRFo0NzhoTzJiMXcwQ0hxOS8xdHdSSzcK",
"endpoints": [
"https://github.com/DishpitDev/Slopify/repo/releases/latest/download/latest.json"
]
}
}
}

0 comments on commit 6caf356

Please sign in to comment.