mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-06 09:15:57 +02:00
Dont strip symbols when updating on ox
This commit is contained in:
@@ -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}')
|
||||
|
||||
Reference in New Issue
Block a user