Skip to content

Commit

Permalink
Application info cannot have copyright as it's included to installer's
Browse files Browse the repository at this point in the history
config.
  • Loading branch information
dvorka committed Mar 3, 2019
1 parent db2b196 commit b8ab46d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 20 deletions.
2 changes: 1 addition & 1 deletion build/windows/build-win-installer.bat
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ cls
cd ..\..

rem Gather libraries...
rem C:\Qt\5.12.1\msvc2017_64\bin\windeployqt app\release\mindforger.exe --dir app\release\bin --no-compiler-runtime
C:\Qt\5.12.1\msvc2017_64\bin\windeployqt app\release\mindforger.exe --dir app\release\bin --no-compiler-runtime

rem Build installer
"C:\Program Files (x86)\Inno Setup 5\ISCC.exe" /Qp /DVcRedistPath="c:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Redist\MSVC\14.16.27012\vcredist_x64.exe" build\windows\installer\mindforger-setup.iss
19 changes: 0 additions & 19 deletions lib/src/app_info.h
Original file line number Diff line number Diff line change
@@ -1,22 +1,3 @@
/*
app_info.h MindForger thinking notebook
Copyright (C) 2016-2019 Martin Dvorak <[email protected]>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

#define MINDFORGER_VERSION_MAJOR "1"
#define MINDFORGER_VERSION_MINOR "49"
#define MINDFORGER_VERSION_REVISION "0"
Expand Down

0 comments on commit b8ab46d

Please sign in to comment.