Skip to content

Commit

Permalink
Prepare v0.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dail8859 committed Jun 26, 2020
1 parent ea3745f commit cf05ceb
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 12 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 0.2.0.{build}
version: 0.3.0.{build}
image: Visual Studio 2019

init:
Expand Down
4 changes: 2 additions & 2 deletions installer/config/config.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<Installer>
<Name>Notepad Next</Name>
<Version>0.2</Version>
<Title>Notepad Next v0.2</Title>
<Version>0.3</Version>
<Title>Notepad Next v0.3</Title>
<Publisher>Notepad Next</Publisher>
<StartMenuDir>Notepad Next</StartMenuDir>

Expand Down
6 changes: 1 addition & 5 deletions installer/installer.pro
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@ INSTALLER = "NotepadNext-v$$APP_VERSION"
error(Building the installer is only supported on Windows currently)
}

!exists ($$PWD/packages/app/data/data.7z) {
error(packages/app/data/data.7z missing)
}

INPUT = config/config.xml \
config/controller.qs \
$$files(packages/**package.xml, true) \
Expand All @@ -39,7 +35,7 @@ installer.input = INPUT
installer.output = $$INSTALLER
installer.CONFIG += target_predeps no_link combine
#installer.depends = predeploy
installer.commands = C:/Qt/Tools/QtInstallerFramework/3.1/bin/binarycreator --offline-only -c $$PWD/config/config.xml -p $$PWD/packages ${QMAKE_FILE_OUT}
installer.commands = C:/Qt/Tools/QtInstallerFramework/3.2/bin/binarycreator --offline-only -c $$PWD/config/config.xml -p $$PWD/packages ${QMAKE_FILE_OUT}

QMAKE_EXTRA_COMPILERS += installer

Expand Down
6 changes: 3 additions & 3 deletions installer/packages/app/meta/package.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?xml version="1.0"?>
<Package>
<DisplayName>Notepad Next</DisplayName>
<Description>Notepad Next v0.2</Description>
<Version>0.2</Version>
<Description>Notepad Next v0.3</Description>
<Version>0.3</Version>
<ForcedInstallation>true</ForcedInstallation>
<ReleaseDate>2020-04-24</ReleaseDate>
<ReleaseDate>2020-06-25</ReleaseDate>
<!-- <RequiresAdminRights>true</RequiresAdminRights> -->
<Script>installscript.qs</Script>
<UserInterfaces>
Expand Down
2 changes: 1 addition & 1 deletion src/Version.pri
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
# along with Notepad Next. If not, see <https://www.gnu.org/licenses/>.


APP_VERSION = "0.2"
APP_VERSION = "0.3"
APP_COPYRIGHT = "Copyright 2019-2020 Justin Dailey"

0 comments on commit cf05ceb

Please sign in to comment.