diff options
| author | don bright <hugh.m.bright@gmail.com> | 2013-05-18 16:55:44 (GMT) | 
|---|---|---|
| committer | don bright <hugh.m.bright@gmail.com> | 2013-05-18 16:55:44 (GMT) | 
| commit | 127d84a58cf58f394f6786429296bde357803a24 (patch) | |
| tree | f395d8134391a2fb8ddc0a62aba2ecc3cbd54ab7 /scripts | |
| parent | d8bcf47df699ce7104a7cb0572cbf6c34f6a3cd8 (diff) | |
url bugfix
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/builder.sh | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/scripts/builder.sh b/scripts/builder.sh index 11b6e02..6a9fd54 100755 --- a/scripts/builder.sh +++ b/scripts/builder.sh @@ -159,7 +159,7 @@ update_win_www_download_links()  	cd openscad.github.com  	cd inc  	echo `pwd` -	BASEURL='https://openscad.google.com/files/' +	BASEURL='https://openscad.googlecode.com/files/'  	rm win_snapshot_links.js  	echo "snapinfo['WIN64_SNAPSHOT1_URL'] = '$BASEURL$WIN64_PACKAGEFILE1'" >> win_snapshot_links.js | 
