You are here |
nora.codes | ||
| | | |
willhaley.com
|
|
| | | | This is a trivial example not really utilizing all the benefits of the AppImage format. However, it can serve as a very basic blueprint. Prerequisites Install appimagetool from the latest release https://github.com/AppImage/AppImageKit/releases/tag/continuous. Download the appropriate version for your machine. curl -O -L https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage Make sure that appimagetool is installed as an executable that can be used as needed. sudo install --mode 0755 ./appimagetool-x86_64.AppImage /usr/local/bin/appimagetool Program Before dealing with the AppImage create the program that should be bundled in the image. In this case create a basic C app in a file named whatever.c. | |
| | | |
gtk-rs.org
|
|
| | | | Rust bindings for GTK and GLib-based libraries | |
| | | |
robert.kra.hn
|
|
| | | | Speed up development with this little trick. | |
| | | |
arkadiyt.com
|
|
| | Deploying EFF's Certbot inside AWS Lambda for automated certificate renewal |