Describe the bug
Currently, the installation is not ideal for artists and creatives because it works with install.sh underneath the Releases tab, and they need to use Terminal as a main installation experience. This is not ideal.
To reproduce
- Download
install.sh from Releases.
- Run the installation script on Terminal/Windows Powershell, etc.
- Follow its steps within the Terminal window.
Expected behavior
- The installer must be shipped via acceptable packaging method, such as
.dmg file for MacOS (Intel vs Apple Silicon), .exe for Windows, and .iso for Ubuntu Linux, etc.
- The installer must not lose the current ability of tackling Python virtual environment management system or Java installation, etc. because this app is targeting people even with no experience in coding.
- The installation file must deal with the security issue (especially from MacOS) without making the installation crash. (With proper signature)
- Participants must submit the screen recording, etc. to demonstrate successful installation and program execution. (Prevent malware)
Describe the bug
Currently, the installation is not ideal for artists and creatives because it works with
install.shunderneath the Releases tab, and they need to use Terminal as a main installation experience. This is not ideal.To reproduce
install.shfrom Releases.Expected behavior
.dmgfile for MacOS (Intel vs Apple Silicon),.exefor Windows, and.isofor Ubuntu Linux, etc.