win-10-virtual-desktop-enhancer
win-10-virtual-desktop-enhancer copied to clipboard
Created script to automate the deployment of a new release.
The 'deploy-release/deploy.py' is a Python script that automates the steps required to deploy a new release. After some security checks it copies the necessary files, discarding those which are not needed, in a remp directory, converts .md files to .html fixing links as well, then cretes the zip of the new release.
@sdias I chose to write this in Python because I have it was already available on my computer: I've kept it as a script, but it could be compiled into a standalone deploy.exe
.
Hi, good work. I'll need some more time to look at this since I haven't used python before.
@sdias
I've added the compiled standalone version of the script along with the tools and instructions needed to compile it again if needed in the future.
The build folder is a little bit bulky, but it's needed for the exe file to run correctly.
Let me know if you prefer to keep the standalone version or remove it and maintain the Python script only.