File tree 2 files changed +5
-6
lines changed
2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ cd dnscrypt-proxy || exit 1
7
7
# setup the environment
8
8
9
9
sudo apt-get update -y
10
- sudo apt-get install -y wget wine dotnet-sdk-6 .0
10
+ sudo apt-get install -y wget wine dotnet-sdk-8 .0
11
11
sudo dpkg --add-architecture i386 && sudo apt-get update && sudo apt-get install -y wine32
12
12
13
13
sudo apt-get install -y unzip
@@ -16,13 +16,13 @@ export WINEPREFIX="$HOME"/.wine32
16
16
export WINEARCH=win32
17
17
export WINEDEBUG=-all
18
18
19
- wget https://dl.winehq.org/wine/wine-mono/8.1 .0/wine-mono-8.1 .0-x86.msi
19
+ wget https://dl.winehq.org/wine/wine-mono/9.4 .0/wine-mono-9.4 .0-x86.msi
20
20
WINEPREFIX=" $HOME /.wine32" WINEARCH=win32 wineboot --init
21
- WINEPREFIX=" $HOME /.wine32" WINEARCH=win32 wine msiexec /i wine-mono-8.1 .0-x86.msi
21
+ WINEPREFIX=" $HOME /.wine32" WINEARCH=win32 wine msiexec /i wine-mono-9.4 .0-x86.msi
22
22
23
23
mkdir " $HOME " /.wine32/drive_c/temp
24
24
mkdir -p " $HOME " /.wine/drive_c/temp
25
- wget https://github.com/wixtoolset/wix3/releases/download/wix3112rtm/wix311 -binaries.zip -nv -O wix.zip
25
+ wget https://github.com/wixtoolset/wix3/releases/download/wix3141rtm/wix314 -binaries.zip -nv -O wix.zip
26
26
27
27
unzip wix.zip -d " $HOME " /wix
28
28
rm -f wix.zip
@@ -52,7 +52,6 @@ for arch in x64 x86; do
52
52
53
53
wine candle.exe -dVersion=" $version " -dPlatform=$arch -dPath=build\\ $binpath -arch $arch wixproj\\ dnscrypt.wxs -out build\\ dnscrypt-$arch .wixobj
54
54
wine light.exe -out build\\ dnscrypt-proxy-$arch -" $version " .msi build\\ dnscrypt-$arch .wixobj -sval
55
-
56
55
done
57
56
58
57
cd " $builddir " || exit
Original file line number Diff line number Diff line change 83
83
prerelease : false
84
84
85
85
- name : Upload release assets
86
- uses : softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda
86
+ uses : softprops/action-gh-release@c43d7637b9b9ce3e953168c325d27253a5d48d8e
87
87
if : startsWith(github.ref, 'refs/tags/')
88
88
env :
89
89
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments