-
Notifications
You must be signed in to change notification settings - Fork 8
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
Automatic updates causing nested folders #72
Comments
Do you also have ASFEnhance? Related: |
Nope, my only custom plugin is FreePackages which I had initially extracted in it's own FreePackages folder in my plugins folder. |
This is because https://github.com/JustArchiNET/ArchiSteamFarm/wiki/Plugins-development#igithubpluginupdates
This is something @Citrinate can fix easily without causing any breaking changes, merely updating zip structure. |
Removed the
I also experienced this behavior when testing if the plugin dll is located directly in the |
I have automatic updates of the plugin enabled through the global ASF setting however I noticed after several updates the folder structure has now become plugins/FreePackages/FreePackages/FreePackages/FreePackages/FreePackages/FreePackages/. My guess this is caused due to the plugin being zipped in a FreePackages root folder and the updater extracts the folder structure as is. Checking the official plugin ArchiSteamFarm.OfficialPlugins.Monitoring zip file it doesn't seem to use a root folder just having the plugin files right away.
The text was updated successfully, but these errors were encountered: