Hello all, I am the developer of AuthPass: https://authpass.app/ and recently got a request from a user to make it a portable app. I wonder if you have any suggestions and if it would be possible to publish it in the portableapps directory?
I already created a release which is "portable" - ie. it is a ZIP with will launch without any external dependencies and only write into a Data
subdirectory: https://authpass-data.codeux.design/data/artifacts/AuthPass-portable-1.8.2_1731.zip
So it's like:
AuthPass/
App/
authpass.exe
*.dll
data/ (app-internal data files which pare part of the distribution)
Data/ (will be created on first launch, will contain runtime files and user created data, logs, caches, etc.)
AuthPass.bat ("shortcut" which launches App/authpass.exe)
version.txt (just containing version information)
The AuthPass.exe
has to be in the same directory with all dlls, so i created the .bat
file.
thanks, Herbert