File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 11{
22 "words" : [
33 " algohub" ,
4+ " clippy" ,
45 " confirmationservice" ,
56 " covector" ,
67 " farmfe" ,
78 " icns" ,
9+ " jbolda" ,
10+ " libappindicator" ,
11+ " librsvg" ,
12+ " libwebkit" ,
13+ " msvc" ,
14+ " Nsis" ,
15+ " patchelf" ,
816 " persistedstate" ,
917 " pinia" ,
1018 " pnpx" ,
1119 " primeicons" ,
1220 " primevue" ,
1321 " signup" ,
22+ " Swatinem" ,
1423 " SWPU" ,
1524 " tailwindcss" ,
1625 " tauri" ,
Original file line number Diff line number Diff line change 2222 commandRan : ${{ steps.covector.outputs.commandRan }}
2323 releaseId : ${{ steps.covector.outputs.releaseId }}
2424 successfulPublish : ${{ steps.covector.outputs.successfulPublish }}
25+ version : ${{ steps.covector.outputs.version-algohub }}
2526
2627 steps :
2728 - uses : actions/checkout@v4
@@ -122,11 +123,13 @@ jobs:
122123 run : pnpm install
123124
124125 - name : Build TailwindCSS
125- run : pnpx tailwindcss -i ./input.css -o ./src/assets/tailwind.css
126+ run : pnpx tailwindcss -i ./input.css -o ./src/assets/tailwind.css
126127
127128 - uses : tauri-apps/tauri-action@v0
128129 env :
129130 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
130131 with :
131132 releaseId : ${{ needs.version-or-publish.outputs.releaseId }}
132133 args : ${{ matrix.args }}
134+ updaterJsonPreferNsis : true
135+ appVersion : ${{ needs.version-or-publish.outputs.version }}
You can’t perform that action at this time.
0 commit comments