Skip to content

Commit

Permalink
Use built-in NSIS if exists
Browse files Browse the repository at this point in the history
  • Loading branch information
graphemecluster committed Dec 9, 2024
1 parent 0276682 commit 8c4d5cd
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,7 @@ jobs:
if: inputs.event_name == 'push' || steps.check_version.outcome == 'success'
shell: bash
run: |
export PATH="/c/msys64/usr/bin:$PATH"
wget https://raw.githubusercontent.com/rime/weasel/refs/tags/${WEASEL_VERSION}/install_nsis.bat
./install_nsis.bat
export SCHEMA_DIR="$PWD/schema"
export PATH="/c/Program Files (x86)/NSIS/Bin:$PATH"
echo "---------- WinVer.nsh ----------"
cat "/c/Program Files (x86)/NSIS/Include/WinVer.nsh"
echo "---------- End of WinVer.nsh ----------"
./.ci/package-windows.sh
- name: Upload Artifact
if: inputs.event_name == 'push' || steps.check_version.outcome == 'success'
Expand Down

0 comments on commit 8c4d5cd

Please sign in to comment.