Changes between Version 62 and Version 63 of BuildAndDeploymentEnvironment


Ignore:
Timestamp:
Aug 31, 2022, 4:37:14 AM (21 months ago)
Author:
Andy Alt
Comment:

appimage:tidy up

Legend:

Unmodified
Added
Removed
Modified
  • BuildAndDeploymentEnvironment

    v62 v63  
    223223Get a copy of [https://github.com/linuxdeploy/linuxdeploy/releases linuxdeploy] (you can use `wget` to get the desired release/arch).
    224224
     225Create the image:
     226
    225227{{{
    226228cd $HOME
     
    236238Other Notes:
    237239
    238 To test any changes you might want to make to the appimage, or for debugging, after extraction you can move things around or do whatever, then cd back to the squashfs-root dir, and enter `./AppRun`.
    239 
    240 To use the --writableRoot option with the 0ad appimage, it must be extracted by providing the --appimage-extract option. Then cd into squashfs-root, and type in `./AppRun --writableRoot`
     240To test any changes you want to make to the appimage, or for debugging, you can make changes inside the 'AppRun' folder, then cd back to the base 'AppRun' folder and enter `./AppRun`. When satisfied, repeat the "Create image" step above.
     241
     242To use the --writableRoot option with the 0ad appimage, it must be extracted by providing the --appimage-extract option to the 0ad appimage. Then cd into squashfs-root, and type in `./AppRun --writableRoot`.
    241243
    242244== *nix build ==