Dont strip symbols when updating on ox

This commit is contained in:
Kovid Goyal
2017-11-08 15:56:09 +05:30
parent ceef207812
commit de6967df0d

View File

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