1
1
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:
Tae Won Ha 2017-04-29 10:35:30 +02:00
parent 7b989bc6c4
commit 6f6c350d24
No known key found for this signature in database
GPG Key ID: E40743465B5B8B44

View File

@ -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]