Skip to content

Commit

Permalink
update release yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CursedMun committed Aug 14, 2023
1 parent a6feca8 commit d033337
Show file tree
Hide file tree
Showing 71 changed files with 3,239 additions and 3,608 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,32 @@ jobs:
run: |
sudo apt-get update
sudo apt install -y --no-install-recommends libwebkit2gtk-4.1-dev libgtk-3-dev libayatana-appindicator3-dev librsvg2-dev patchelf
- name: Install windows wix binaries (windows only)
if: matrix.platform == 'windows-latest'
run: |
mkdir temp
cd temp
curl https://github.com/wixtoolset/wix3/releases/download/wix3112rtm/wix311-binaries.zip -LO
Expand-Archive ./wix311-binaries.zip -DestinationPath ./WixTools
curl https://github.com/tauri-apps/binary-releases/releases/download/nsis-3/nsis-3.zip -LO
Expand-Archive ./nsis-3.zip -DestinationPath ./NSIS
mv .\NSIS\nsis-3.*\* .\NSIS
rmdir .\NSIS\nsis-3.*
curl https://github.com/tauri-apps/binary-releases/releases/download/nsis-plugins-v0/NSIS-ApplicationID.zip -LO
Expand-Archive .\NSIS-ApplicationID.zip -DestinationPath .\NSIS-ApplicationID
mv .\NSIS-ApplicationID\Release\* .\NSIS\Plugins\x86-unicode
curl https://github.com/tauri-apps/nsis-tauri-utils/releases/download/nsis_tauri_utils-v0.1.1/nsis_tauri_utils.dll -LO
mv .\nsis_tauri_utils.dll .\NSIS\Plugins\x86-unicode
mv .\NSIS ~\AppData\Local\tauri\NSIS
mv .\WixTools ~\AppData\Local\tauri\WixTools
echo "rm temp dir"
rm -r .\NSIS-ApplicationID
rm .\nsis-3.zip
rm .\NSIS-ApplicationID.zip
rm .\wix311-binaries.zip
rm .\temp
echo "done"
- name: Install pnpm
run: npm install -g pnpm

Expand Down
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,16 @@
"formik": "^2.4.3",
"lodash.debounce": "^4.0.8",
"lucide-react": "^0.259.0",
"markdown-it": "^13.0.1",
"nanoid": "^4.0.2",
"next": "^13.4.9",
"next-themes": "^0.2.1",
"qrcode.react": "^3.1.0",
"react": "^18.2.0",
"react-day-picker": "^8.8.0",
"react-dom": "^18.2.0",
"react-hook-form": "7.44.3",
"react-markdown-editor-lite": "^1.3.4",
"react-wrap-balancer": "^1.0.0",
"recharts": "^2.7.2",
"tailwind-merge": "^1.13.2",
Expand All @@ -80,6 +83,7 @@
"@tauri-apps/cli": "2.0.0-alpha.10",
"@types/crypto-js": "^4.1.1",
"@types/lodash.debounce": "^4.0.7",
"@types/markdown-it": "^13.0.0",
"@types/node": "^20.4.1",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
Expand Down
Loading

0 comments on commit d033337

Please sign in to comment.