Yet another unofficial AppEditor package for Amazon Linux 2.
Download the package from the Release page.
Install the package.
sudo yum -y install albuild-appeditor-0.1.0-0.amzn2.x86_64.rpmTo run AppEditor, click the "AppEditor" menu item under the System Tools category.
- Docker
Clone this repository.
git clone https://github.com/albuild/appeditor.gitGo to the repository.
cd appeditorBuild a new image.
bin/buildExtract the built package from the image. The package will be copied to the ./rpm directory.
bin/cpDelete the image.
bin/rmi