You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to introduce an "offline package" directory where offline packages are downloaded from into the package cache.
Background
Right now when using offline mode the Launcher does not download packages. The Launcher just looks for the packages inside the package cache directory.
When downloading an offline launcher from the portal the packages will be put in a folder packages in the downloaded .zip file.
The original idea was to set the packageCache config parameter to this folder in the downloaded launcher configuration file like this:
Instead of changing the configuration to the change package cache folder we want to automatically copy the packages from the "packages" folder next to the launcher executable to the package cache.
We want to introduce an "offline package" directory where offline packages are downloaded from into the package cache.
Background
Right now when using offline mode the Launcher does not download packages. The Launcher just looks for the packages inside the package cache directory.
When downloading an offline launcher from the portal the packages will be put in a folder
packages
in the downloaded .zip file.The original idea was to set the
packageCache
config parameter to this folder in the downloaded launcher configuration file like this:Poroposed Change to this Process
Instead of changing the configuration to the change package cache folder we want to automatically copy the packages from the "packages" folder next to the launcher executable to the package cache.
The text was updated successfully, but these errors were encountered: