mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2025-07-25 02:55:58 +00:00
Create a gamefiles dir with relative path
Defineing an absolute path causes a file permissions error in steamcmd during app install Tested working on windows with './'
This commit is contained in:
@ -812,7 +812,7 @@ class Controller:
|
|||||||
app_id=app_id,
|
app_id=app_id,
|
||||||
)
|
)
|
||||||
ServersController.set_import(new_id)
|
ServersController.set_import(new_id)
|
||||||
self.steam.app_update(app_id, new_server_dir)
|
self.steam.app_update(app_id, "./gamefiles")
|
||||||
ServersController.finish_import(new_id)
|
ServersController.finish_import(new_id)
|
||||||
return new_id
|
return new_id
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user