Skip to content

Commit

Permalink
Use bash script to run Jom in wine
Browse files Browse the repository at this point in the history
  • Loading branch information
ark0f committed Oct 31, 2024
1 parent 9f923f7 commit de8f63f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ jobs:
run: |
wget http://download.qt.io/official_releases/jom/jom.zip
sudo unzip jom.zip -d /usr/local/bin/jom
sudo ln -sf /usr/local/bin/jom/jom.exe /usr/local/bin/jom/nmake.exe
sudo cp "$(pwd)/scripts/win-cross-nmake.sh" /usr/local/bin/jom/nmake.exe
rm jom.zip
echo "VCINSTALLDIR=/usr/local/bin/jom" >> $GITHUB_ENV
echo "VSINSTALLDIR=" >> $GITHUB_ENV
Expand Down
5 changes: 5 additions & 0 deletions scripts/win-cross-nmake.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/env bash

export WINEDEBUG="-all"

wine /usr/local/bin/jom/jom.exe

0 comments on commit de8f63f

Please sign in to comment.