Build with --debug in update-on-ox

This commit is contained in:
Kovid Goyal 2017-11-11 07:12:21 +05:30
parent 289cfe7584
commit 2df9f3500c
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -22,6 +22,6 @@ def run(what):
os.chdir(os.path.expanduser('~/work/build-kitty')) os.chdir(os.path.expanduser('~/work/build-kitty'))
run('./osx kitty --dont-strip') run('./osx kitty --debug-build')
run(f'scp build/osx/dist/{dmg} ox:/tmp') run(f'scp build/osx/dist/{dmg} ox:/tmp')
run(f'ssh ox /Users/kovid/install-dmg /tmp/{dmg}') run(f'ssh ox /Users/kovid/install-dmg /tmp/{dmg}')