Skip to content

Commit

Permalink
tiny release script updates
Browse files Browse the repository at this point in the history
  • Loading branch information
aknoerig committed Apr 27, 2016
1 parent 669f4f9 commit f2433ed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions tools/deploy_fritzing_mac.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
QTBIN=/Users/andre/Qt/5.5/clang_64/bin
QTBIN=/Users/andre/Qt/5.6/clang_64/bin

toolsdir=`dirname $BASH_SOURCE`
cd $toolsdir
Expand Down Expand Up @@ -50,4 +50,4 @@ echo ">> launch Fritzing"
cd $deploydir
open Fritzing.app

echo ">> done!"
echo ">> done!"
5 changes: 2 additions & 3 deletions tools/linux_release_script/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ echo " Execute this script from outside the fritzing-app folder"
echo " But script now operates from fritzing-app folder, rather than cloning a new one and operating from there"
echo ""

QT_HOME="/home/jonathan/Qt/5.5/gcc_64"
QT_HOME="/home/username/Qt/5.6/gcc_64"
#QT_HOME="/home/vuser/Qt5.2.1/5.2.1/gcc_64" # 64bit version
#QT_HOME="~/Qt5.2.1/5.2.1/gcc" # doesn't work for some reason

Expand Down Expand Up @@ -59,7 +59,7 @@ echo "making release folder: $release_folder"
mkdir $release_folder

echo "copying release files"
cp -rf sketches/ help/ translations/ Fritzing.sh Fritzing.1 fritzing.desktop fritzing.rc fritzing.appdata.xml readme.md LICENSE.CC-BY-SA LICENSE.GPL2 LICENSE.GPL3 $release_folder/
cp -rf sketches/ help/ translations/ fritzing.sh Fritzing.1 fritzing.desktop fritzing.rc fritzing.appdata.xml readme.md LICENSE.CC-BY-SA LICENSE.GPL2 LICENSE.GPL3 $release_folder/
mv Fritzing $release_folder/
cd $release_folder
echo "cleaning translations"
Expand Down Expand Up @@ -105,4 +105,3 @@ echo "cleaning up"
rm -rf $release_folder

echo "done!"

0 comments on commit f2433ed

Please sign in to comment.