diff options
author | Marius Kintel <marius@kintel.net> | 2013-05-29 05:38:06 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2013-05-29 05:38:06 (GMT) |
commit | b46429c5773550a7aa6db1e9a788e09cb64dd349 (patch) | |
tree | d35dff6596cc9c20137d190a65b6758cbcafd12e /scripts/publish-macosx.sh | |
parent | 6476048af28f39586af44c4d9c0cb453e7cf74ee (diff) |
Updated scripts to match recent website changes in openscad/openscad.github.com#10
Diffstat (limited to 'scripts/publish-macosx.sh')
-rwxr-xr-x | scripts/publish-macosx.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/publish-macosx.sh b/scripts/publish-macosx.sh index a3b0090..ed72163 100755 --- a/scripts/publish-macosx.sh +++ b/scripts/publish-macosx.sh @@ -26,9 +26,9 @@ update_www_download_links() if [ -f $webdir/$incfile ]; then cd $webdir - echo "snapinfo['MAC_SNAPSHOT_URL'] = '$BASEURL$packagefile'" > $incfile - echo "snapinfo['MAC_SNAPSHOT_NAME'] = 'OpenSCAD $version'" >> $incfile - echo "snapinfo['MAC_SNAPSHOT_SIZE'] = '$filesize'" >> $incfile + echo "fileinfo['MAC_SNAPSHOT_URL'] = '$BASEURL$packagefile'" > $incfile + echo "fileinfo['MAC_SNAPSHOT_NAME'] = 'OpenSCAD $version'" >> $incfile + echo "fileinfo['MAC_SNAPSHOT_SIZE'] = '$filesize'" >> $incfile echo 'modified mac_snapshot_links.js' git --no-pager diff |