Hi,
I am trying to package my code with pkg after obfuscating my code but getting
Dynamic require may fail at run time, because the requested file
is unknown at compilation time and not included into executable.
Use a string literal as an argument for 'require', or leave it
as is and specify the resolved file name in 'scripts' option.
what's the best practice to create an output that be easy to create .exe file?
Hi,
I am trying to package my code with pkg after obfuscating my code but getting
what's the best practice to create an output that be easy to create .exe file?