File tree Expand file tree Collapse file tree 3 files changed +6
-8
lines changed
Expand file tree Collapse file tree 3 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -51,10 +51,10 @@ jobs:
5151 uses : tauri-apps/tauri-action@v0
5252 env :
5353 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
54- TAURI_SIGNING_PRIVATE_KEY : ${{ secrets.TAURI_SIGNING_PRIVATE_KEY }}
55- TAURI_SIGNING_PRIVATE_KEY_PASSWORD : ${{ secrets.TAURI_SIGNING_PRIVATE_KEY_PASSWORD }}
54+ # TAURI_SIGNING_PRIVATE_KEY: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY }}
55+ # TAURI_SIGNING_PRIVATE_KEY_PASSWORD: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY_PASSWORD }}
5656 with :
57- tagName : ${{ github.ref_name }}
57+ tagName : app-v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version.
5858 releaseName : ' Presto v__VERSION__'
5959 releaseBody : |
6060 ## What's Changed
7474 **Full Changelog**: https://github.com/${{ github.repository }}/compare/v${{ github.event.before }}...${{ github.ref_name }}
7575 releaseDraft : false
7676 prerelease : false
77- args : ${{ matrix.args }}
78- includeDebug : false
79- includeUpdaterJson : true
77+ args : ${{ matrix.args }}
Original file line number Diff line number Diff line change 5858 },
5959 "plugins" : {
6060 "updater" : {
61- "active" : false ,
61+ "active" : true ,
6262 "endpoints" : [
6363 " https://api.github.com/repos/murdercode/presto/releases/latest"
6464 ],
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ class ThemeLoader {
3939 // that gets updated by the build process or manually maintained
4040
4141 // This could be enhanced to use a build-time script that generates this list
42- const knownThemes = [
42+ const knownThemes = [
4343 'espresso.css' ,
4444 'matrix.css' ,
4545 'pommodore64.css'
You can’t perform that action at this time.
0 commit comments