Rosalie241 / RMG

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

Linuxdeploy download #148

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

To make it easy to setup the linuxdeploy tools in a manual build I've copied the setup steps in to GetLinuxdeployTools.sh. Maybe this isn't wanted, or maybe the build.yml should call GetLinuxdeployTools.sh for consistency and to avoid duplication?

busywait commented 11 months ago

Not wanted in upstream (RMG)