FIX Eaz nuget extract path
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user