Skip to content

Commit

Permalink
fix for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
soramimi committed Feb 4, 2016
1 parent 52e28be commit 2dbd0b9
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion RELEASE-LINUX.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ cp Release/SkyMPC SkyMPC
cp ../SkyMPC_ja.qm SkyMPC
cp ../SkyMPC.svg SkyMPC
cp ../LinuxDesktop/SkyMPC.desktop SkyMPC
tar zcvf SkyMPC.tar.gz SkyMPC
tar zcvf SkyMPC-linux.tar.gz SkyMPC
10 changes: 10 additions & 0 deletions RELEASE-RASPI.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@

cd build
rm -fr SkyMPC
mkdir SkyMPC
rm SkyMPC.zip
cp Raspberry/SkyMPC SkyMPC
cp ../SkyMPC_ja.qm SkyMPC
cp ../SkyMPC.svg SkyMPC
cp ../LinuxDesktop/SkyMPC.desktop SkyMPC
tar zcvf SkyMPC-raspi.tar.gz SkyMPC
1 change: 1 addition & 0 deletions src/AboutDialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ AboutDialog::AboutDialog(QWidget *parent) :
auto flags = windowFlags();
flags &= ~Qt::WindowContextHelpButtonHint;
setWindowFlags(flags);
setFixedSize(width(), height());

setWindowTitle(tr("About SkyMPC"));

Expand Down

0 comments on commit 2dbd0b9

Please sign in to comment.