First off, thanks for taking the time to contribute!
Before reporting a problem, be it a bug, design or others, we assume you have made sure that:
If all apply, then please consider opening a new issue.
Use the option -t
to create the installation script:
am -t my-appname
where $XDG_DESKTOP_DIR
is your Desktop directory and $ARCH
is your system architecture (for example x86_64 or i686), the "am-scripts" directory will contain the installation scripts in "$ARCH". Use the option -i
to test the installation of the script:
am -i $XDG_DESKTOP_DIR/am-scripts/$ARCH/my-script
among the other stuff in the "am-scripts" directory created with the option -t
you can see:
NOTE: if you are not sure, submit your request at https://github.com/ivan-hc/AM/issues , we will try to provide all the above as soon as possible.
You can submit code by:
Enter the developer mode using the command
am --devmode-enable
to go back to the main stable branch instead
am --devmode-disable
NOTE, using the "dev" branch can cause serious risks to system stability. Use at your own risk.