Fix native_main.py URL in win_install.ps1

This commit is contained in:
Babil Golam Sarwar 2018-06-08 14:07:56 +10:00
parent 8ac10c1727
commit 683c3dc086

View file

@ -20,7 +20,7 @@ $global:MessengerManifestReplaceStr = "REPLACE_ME_WITH_SED"
# $git_repo_owner should be "cmcaine" in final release
$git_repo_owner = "cmcaine"
# $git_repo_branch should be "master" in final release
$git_repo_branch = "cmcaine/master"
$git_repo_branch = "master"
$git_repo_proto = "https"
$git_repo_host = "raw.githubusercontent.com"
$git_repo_name = "tridactyl"