You are here

Portable App Development

Discuss portable app development and modification of existing apps.

Feature Request: Backup app before updating

Submitted by ardouronerous on March 7, 2023 - 9:06pm

Normally, what I would do when I get an update for an portable application is that I'd run 7-Zip, go to the app directory and create a backup zip of said portable application before I update the app. This has saved me multiple times whenever I need to downgrade the app for whatever reason.

I'd like for my process to be automated though, built into the Updater app, maybe as an opt-in option in the Advanced tab.

Thanks.

Improve LosslessCut app

Submitted by xmha97 on December 12, 2022 - 4:29pm

Hi, The portable version of the LosslessCut app can be improved.

LosslessCutPortable.ini:

    [Launch]
    ProgramExecutable=LosslessCut\LosslessCut.exe
➖ ;WorkingDirectory=%PAL:AppDir%\LosslessCut
➕ CommandLineArguments=--user-data-dir=%PAL:DataDir%\AppData
    DirectoryMoveOK=yes
    SupportsUNC=yes

➖ [DirectoriesMove]
➖ LosslessCutAppData=%APPDATA%\LosslessCut
⋮

This command line can be used for all Electron apps.

Thanks.

Contributing code changes for PortableAppsPlatform

Dustin Luck's picture
Submitted by Dustin Luck on December 3, 2022 - 4:09pm

Please forgive me if this has been answered/documented somewhere. I have looked and couldn't find anything.

TLDR
I have coded a new feature and would like to know how to submit it to be considered for inclusion in PortableAppsPlatform.

Details
I was looking for a way to set environment variables (specifically the PATH) globally for all the portable apps I use. I know i can modify them for each individual app, but it saves a lot of trouble by doing it in one place.

Security Issues with PortableApps

Submitted by portabc on November 20, 2022 - 12:52pm

Dear PortableApps Developers,

It came to my attention, that PortablApps has some pretty huge security issues, that could be easily avoided, if the person responsible for updating portable apps had just a smudge of understanding what an update on other than MS Windows system is and how it differs.

There is of course the second matter of abandoned apps and a complete mess with the choice of apps presented to the end user, with complete disregard over their privacy and security.

Pages