Rosalie241 / RMG

Rosalie's Mupen GUI
GNU General Public License v3.0
573 stars 50 forks source link

Download linuxdeploy less often #146

Closed busywait closed 11 months ago

busywait commented 11 months ago

When I am building the Linux .AppImage interactively I don't need the current linuxdeploy tools to be downloaded each time. This script moves the download and unpacking of the linux deploy tools to the build.yml script alongside the download of other build tools.

Currently Package/AppImage/Create.sh does this

Moving the download and unpack to the build.yml script is intended to helpfully simplify the Package/AppImage/Create.sh script and move the build environment tool installations all together in build.yml.