View Single Post
Old 9th August 2020, 18:35   #103  |  Link
ChaosKing
Registered User
 
Join Date: Dec 2005
Location: Germany
Posts: 1,795
portable mode can only be used with a vsrepogui.json config file. With the following contents (Example is for AVSRepoGUI, but you get the idea. Or look at the example @ page 1.

Code:
{  
   "Bin":"avsrepo-64.exe",
   "win32": {
	"Binaries":"D:\\AvisynthRepository\\AVSPLUS_x86\\plugins",
	"Scripts":"D:\\AvisynthRepository\\SCRIPTS",
   },
   "win64": {
	"Binaries":"D:\\AvisynthRepository\\AVSPLUS_x64\\plugins",
	"Scripts":"D:\\AvisynthRepository\\SCRIPTS",
   }
}
Maybe I will add a gui option for that in the future.

Idk how to make the app smaller
__________________
AVSRepoGUI // VSRepoGUI - Package Manager for AviSynth // VapourSynth
VapourSynth Portable FATPACK || VapourSynth Database

Last edited by ChaosKing; 9th August 2020 at 18:39.
ChaosKing is offline   Reply With Quote