You are here

Help with creating a PortableApps version of Tabby

1 post / 0 new
wolfferine
Offline
Last seen: 1 month 4 weeks ago
Joined: 2022-08-05 03:46
Help with creating a PortableApps version of Tabby

Hi,

I am new at this, and so would very much appreciate the help from the community - i am trying to create a portableapps (paf) version of Tabby.
I created the appinfo.ini:


[Format]
Type=PortableAppsFormat
Version=3.7

[Details]
Name=Tabby PortableApps
AppId=TabbyPortable
Publisher=Wolfferine
Homepage=
Donate=
Category=Internet
Description=Tabby - a terminal for the modern age
Language=Multilingual

[License]
Shareable=true
OpenSource=true
Freeware=true
CommercialUse=true

[Version]
PackageVersion=0.9.220805
DisplayVersion=1.0.183

[Control]
Icons=1
Start=TabbyPortable.exe
BaseAppID=%BASELAUNCHERPATH%\App\Tabby\Tabby.exe

Launched PortableApps.comLauncher to create the launcher, and it works. So far so good!
I now need to understand how to have the user data stored in the TabbyPortable\Data instead of "c:\Users\[USER]\AppData\Roaming\tabby\"

More info about Tabby (A terminal for the modern age) can be found here:
https://tabby.sh/ and also on github (https://github.com/eugeny/tabby)

Would much appreciate any help.