FIX Eaz nuget extract path
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-09-03 02:22:00 +02:00
parent 3aef6d8c4d
commit 2cc713f37b

View File

@@ -11,7 +11,6 @@ ENV DISPLAY ":95"
ENV WINEARCH win32
COPY tools/* /root/.wine/drive_c/windows/system32/
COPY Eazfuscator-Launcher/bin/Release/net472/Eazfuscator-Launcher.exe /root/.wine/drive_c/users/root/Eazfuscator/Launcher/Eazfuscator.NET.exe
RUN set -x -e; \
# Install dotnet
@@ -57,6 +56,8 @@ RUN set -x -e; \
# Complete
echo Usage: wine "c:\program files\dotnet\dotnet.exe" build --configuration Release --no-dependencies Test.wixproj
COPY Eazfuscator-Launcher/bin/Release/net472/Eazfuscator-Launcher.exe /root/.wine/drive_c/users/root/Eazfuscator/Launcher/Eazfuscator.NET.exe
# DEBUG Windows apps
# xhost +local:docker
# docker run --rm -it --env DISPLAY=$DISPLAY --volume /tmp/.X11-unix:/tmp/.X11-unix <image name> bash