Skip to content
This repository has been archived by the owner on Sep 1, 2019. It is now read-only.

Commit

Permalink
update changelog and release scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
mmozeiko committed Mar 11, 2017
1 parent 7205967 commit a1156a0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

## [1.2] - unreleased
## [1.2] - 2017-03-11
- Calculate size of folders, issue #4
- Copy transfer command to clipboard, issue #20
- Support custom .rclone.conf location, #21
Expand Down
2 changes: 1 addition & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
rclone-browser (1.2-1) unstable; urgency=medium
rclone-browser (1.2) unstable; urgency=medium

* initial verision

Expand Down
6 changes: 0 additions & 6 deletions scripts/release_macOS.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@ set -e

QTDIR=~/Qt/5.8.0-desktop

if [ -z "$1" ]
then
echo "No version specified in cmdline!"
exit 1
fi

ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"/..
VERSION=`cat $ROOT/VERSION`-`git rev-parse --short HEAD`
BUILD="$ROOT"/build
Expand Down

0 comments on commit a1156a0

Please sign in to comment.