mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2025-01-19 01:35:28 +01: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:
parent
e92a88e698
commit
ba429585d7
@ -812,7 +812,7 @@ class Controller:
|
||||
app_id=app_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)
|
||||
return new_id
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user