Skip to content

PortableApps Compiler v2.1-Dev

Latest
Compare
Choose a tag to compare
@daemondevin daemondevin released this 05 Dec 16:50
· 9 commits to dev since this release

PortableApps Compiler: Development Edition

New in Version 2.1

  • Now using a different directory structure. Not using the PAF standard anymore.
  • Newly added x86_64 dual hybrid mode for apps that run 32-bit/64-bit side-by-side.
  • WrapperCompiler.exe now prompts for user input when needed.
  • Better handling for reading/writing an apps configuration settings (see PortableAppsCompilerDefines.nsh).
  • WrapperCompiler.exe can now convert any PAF to this new directory structure.
  • All old variables are automatically changed to support the new ones. (e.g. %PAL:AppDir -> %PAC:AppDir%)
  • Various other minor to not so minor bug fixes.