mirror of
https://github.com/servo/servo.git
synced 2025-07-03 21:43:41 +01:00
put run script in the right folder for packaging
This commit is contained in:
parent
b347c7bfb1
commit
352090875c
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ class PackageCommands(CommandBase):
|
|||
'--pref', 'shell.builtin-key-shortcuts.enabled=false',
|
||||
path.join(browserhtml_path, 'out', 'index.html')]
|
||||
|
||||
runservo = os.open(dir_to_package + 'runservo.sh', os.O_WRONLY | os.O_CREAT, int("0755", 8))
|
||||
runservo = os.open(dir_to_package + '/runservo.sh', os.O_WRONLY | os.O_CREAT, int("0755", 8))
|
||||
os.write(runservo, "./servo " + ' '.join(servo_args))
|
||||
os.close(runservo)
|
||||
print("Creating tarball")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue