From b8ab46dcf9edfb600ed2d0306dc9db03e6a91905 Mon Sep 17 00:00:00 2001 From: Martin Dvorak Date: Sun, 3 Mar 2019 17:55:39 +0100 Subject: [PATCH] Application info cannot have copyright as it's included to installer's config. --- build/windows/build-win-installer.bat | 2 +- lib/src/app_info.h | 19 ------------------- 2 files changed, 1 insertion(+), 20 deletions(-) diff --git a/build/windows/build-win-installer.bat b/build/windows/build-win-installer.bat index d0d9e9ec..88043555 100644 --- a/build/windows/build-win-installer.bat +++ b/build/windows/build-win-installer.bat @@ -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 diff --git a/lib/src/app_info.h b/lib/src/app_info.h index d3c234ae..1bbcbba4 100644 --- a/lib/src/app_info.h +++ b/lib/src/app_info.h @@ -1,22 +1,3 @@ -/* - app_info.h MindForger thinking notebook - - Copyright (C) 2016-2019 Martin Dvorak - - 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 . -*/ - #define MINDFORGER_VERSION_MAJOR "1" #define MINDFORGER_VERSION_MINOR "49" #define MINDFORGER_VERSION_REVISION "0"