mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-05-13 16:37:27 +00:00
Dont strip symbols when updating on ox
This commit is contained in:
parent
ceef207812
commit
de6967df0d
1 changed files with 1 additions and 1 deletions
|
|
@ -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}')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue