-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #672 from subutai-io/dev
renaming
- Loading branch information
Showing
36 changed files
with
166 additions
and
340 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
#!/bin/bash | ||
build="subutai_tray_bin" | ||
build="subutai_control_center_bin" | ||
|
||
if [ -d "$build" ]; then | ||
echo "Try to remove build" | ||
rm -rf $build | ||
fi | ||
mkdir -p $build | ||
cd $build | ||
lrelease ../SubutaiTray.pro | ||
qmake ../SubutaiTray.pro -r -spec macx-clang CONFIG+=x86_64 | ||
lrelease ../SubutaiControlCenter.pro | ||
qmake ../SubutaiControlCenter.pro -r -spec macx-clang CONFIG+=x86_64 | ||
make | ||
mv ../*.qm . | ||
cd ../ | ||
macdeployqt subutai_tray_bin/SubutaiTray.app | ||
cd subutai_tray_bin/SubutaiTray.app/Contents/MacOS/ | ||
macdeployqt subutai_control_center_bin/SubutaiControlCenter.app | ||
cd subutai_control_center_bin/SubutaiControlCenter.app/Contents/MacOS/ | ||
cp ../../../*.qm . | ||
#source ../../../../after_build_step_mac_os | ||
cp SubutaiTray SubutaiTray_osx | ||
cp SubutaiTray_osx ../../../. | ||
cp SubutaiControlCenter SubutaiControlCenter_osx | ||
cp SubutaiControlCenter_osx ../../../. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.