issues
search
dgiagio
/
warp
Create self-contained single binary applications
MIT License
1.91k
stars
92
forks
source link
Environment variable to executable
#52
Closed
larsbaumeister
closed
4 years ago
larsbaumeister
commented
4 years ago
Added an environment variable (WARP_EXEC_PATH) which contains the path to the executable file
Changed the ensure_executable() since it overwrote the file permissions with 770. The new function keeps the file permissions and adds the executable flag.
Added support for vbs scripts