cssger.blogg.se

Make application portable
Make application portable





make application portable

npp.8.1.portable.7z # download icon for our bundle - mkdir -p $APPDIR/usr/share/icons/hicolor/scalable/apps - wget -O $APPDIR/usr/share/icons/hicolor/scalable/apps/npp.svg AppDir : path.

make application portable

rm -rf $APPDIR || true # download npp binaries - wget -c # create a new AppDir - mkdir -p $APPDIR/npp # extract binaries - 7z -o$APPDIR/npp x.

make application portable

Version : 1 script : # remove AppDir from previous builds, it's always a good idea to start fresh.







Make application portable