-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
can you add the flag AllowMultipleInstances=true #2
Comments
Hello, @Janaue Sorry for the delay and thank you for your patience. I wanted to make a few changes and test them before responding. Also as I mentioned before in FreeTubeApp/FreeTube#746 (comment) adding a There is a known issue with This is the content that you need to replace in [Launch]
ProgramExecutable=FreeTube\FreeTube.exe
CommandLineArguments=--user-data-dir="%PAL:DataDir%\FreeTube"
WaitForOtherInstances=false
SingleAppInstance=false
DirectoryMoveOK=yes
SupportsUNC=yes
[Activate]
Registry=true
[RegistryKeys]
-=HKCU\Software\Classes\freetube For the parallel running there are several options: Option 1 Option 2 - save a space and be updated
Option 3
[Launch]
ProgramExecutable=..\..\FreeTubePortable\App\FreeTube\FreeTube.exe
CommandLineArguments=--user-data-dir="%PAL:DataDir%\FreeTube"
WaitForOtherInstances=false
SingleAppInstance=false
DirectoryMoveOK=yes
SupportsUNC=yes
[Activate]
Registry=true
[RegistryKeys]
-=HKCU\Software\Classes\freetube Please, note that the both After all
|
v0.17.1 is released |
I want to launch several FreeTubePortable in parallel, with different profiles. For FirefoxPortable, there is a flag AllowMultipleInstances=true to activate in FirefoxPortable.ini in the root directory of PortableApps\FirefoxPortable, but I dont see one for FreeTubePortable. Is it possible you create this?
The text was updated successfully, but these errors were encountered: