We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 493e585 commit 95ff7f6Copy full SHA for 95ff7f6
hub_patcher.py
@@ -228,7 +228,7 @@
228
subprocess.run("npx asar extract app.asar app", shell=True)
229
print("Backing up...")
230
os.rename("app.asar", "app.asar.bak")
231
- os.chdir("app\client\dist")
+ os.chdir(os.path.join("app", "client", "dist"))
232
233
print("Patching...")
234
for line in fileinput.FileInput("index.html", inplace=1):
0 commit comments