win-10-virtual-desktop-enhancer icon indicating copy to clipboard operation
win-10-virtual-desktop-enhancer copied to clipboard

Created script to automate the deployment of a new release.

Open GioBonvi opened this issue 7 years ago • 2 comments

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.

GioBonvi avatar Jul 08 '17 07:07 GioBonvi

Hi, good work. I'll need some more time to look at this since I haven't used python before.

sdias avatar Jul 10 '17 17:07 sdias

@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.

GioBonvi avatar Jul 11 '17 10:07 GioBonvi