mirror of
https://github.com/qvacua/vimr.git
synced 2024-12-26 23:36:08 +03:00
Update location of some files in the build script
This commit is contained in:
parent
7b989bc6c4
commit
6f6c350d24
@ -14,8 +14,8 @@ from datetime import datetime
|
||||
from string import Template
|
||||
|
||||
SIGN_UPDATE = './bin/sign_update'
|
||||
PRIVATE_KEY_PATH = os.path.expanduser('~/Projects/sparkle_priv.pem')
|
||||
GITHUB_TOKEN_PATH = os.path.expanduser('~/.config/github.qvacua.release.token')
|
||||
PRIVATE_KEY_PATH = os.path.expanduser('~/.local/data/secrets/sparkle_priv.pem')
|
||||
GITHUB_TOKEN_PATH = os.path.expanduser('~/.local/data/secrets/github.qvacua.release.token')
|
||||
|
||||
file_path = sys.argv[1]
|
||||
bundle_version = sys.argv[2]
|
||||
|
Loading…
Reference in New Issue
Block a user