summaryrefslogtreecommitdiff
path: root/tikzit/scripts
diff options
context:
space:
mode:
authorakissinger <akissinger@7c02a99a-9b00-45e3-bf44-6f3dd7fddb64>2012-03-01 13:16:44 +0000
committerakissinger <akissinger@7c02a99a-9b00-45e3-bf44-6f3dd7fddb64>2012-03-01 13:16:44 +0000
commit2ce4b8a878459ed8c4b9f3077b9c8f924c2a04e4 (patch)
tree42cd64373756c3f564ec69d2888293e75c8e7051 /tikzit/scripts
parenta6dda653a33869b446d3fd5f34f35ab7b6836382 (diff)
(osx) fixed bug where preview would hang on too much output
git-svn-id: https://tikzit.svn.sourceforge.net/svnroot/tikzit/trunk@417 7c02a99a-9b00-45e3-bf44-6f3dd7fddb64
Diffstat (limited to 'tikzit/scripts')
-rwxr-xr-xtikzit/scripts/prepare_release.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tikzit/scripts/prepare_release.sh b/tikzit/scripts/prepare_release.sh
index a190f85..5f5edfc 100755
--- a/tikzit/scripts/prepare_release.sh
+++ b/tikzit/scripts/prepare_release.sh
@@ -5,7 +5,7 @@ APP_BUNDLE=xbuild/Release/$PROJECT_NAME.app
VERSION=$(defaults read "$(pwd)/$APP_BUNDLE/Contents/Info" CFBundleVersion)
DOWNLOAD_BASE_URL="http://tikzit.sourceforge.net/appcast"
-RELEASENOTES_URL="$DOWNLOAD_BASE_URL/rnotes-devel.html"
+RELEASENOTES_URL="$DOWNLOAD_BASE_URL/rnotes.html"
ARCHIVE_FILENAME="$PROJECT_NAME $VERSION.tar.bz2"
ARCHIVE_PATH="../www/htdocs/appcast/files/$ARCHIVE_FILENAME"