Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Hörist <philipp@hoerist.com>2018-03-29 00:03:22 +0300
committerPhilipp Hörist <forenjunkie@chello.at>2018-03-30 14:59:41 +0300
commit2ff96ad7936c16ebed49c397c517edbda528f2d8 (patch)
treee7cca77b5845fc4141240765783b294a75d90cd9 /win/build.sh
parentec78ce22e63893c2b41332c252fd61b92e4ac7b6 (diff)
Provide 64bit installer for Windows
Diffstat (limited to 'win/build.sh')
-rw-r--r--win/build.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/win/build.sh b/win/build.sh
index 6ff624e43..0d5706032 100644
--- a/win/build.sh
+++ b/win/build.sh
@@ -10,12 +10,12 @@ DIR="$( cd "$( dirname "$0" )" && pwd )"
source "$DIR"/_base.sh
function main {
- local GIT_TAG=${1:-"master"}
-
+ set_arch "$1"
+ set_build_root
install_pre_deps
create_root
install_deps
- install_gajim "$GIT_TAG"
+ install_gajim
cleanup_install
move_ssl_libs
build_installer