Eazfuscator 2024.1 does not run on Windows 7
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-09-03 21:05:50 +02:00
parent bef05cbd21
commit a527271993

View File

@@ -33,6 +33,8 @@ RUN set -x -e; \
wget https://www.nuget.org/api/v2/package/Gapotchenko.Eazfuscator.NET/2024.1.439 -O /tmp/eaz.zip; \
unzip /tmp/eaz.zip -d /tmp/eaz; \
mv /tmp/eaz/tools /root/.wine/drive_c/users/root/Eazfuscator; \
# at least Windows 8.1, Windows Server 2012 R2 is required for 2024.1
winetricks win10; \
PATH_QUERY_RES=`wine reg query "HKLM\\SYSTEM\\CurrentControlSet\\Control\\Session Manager\\Environment" /v PATH`; \
# extract value
PATH_DIRTY=${PATH_QUERY_RES#*REG_EXPAND_SZ}; \