This repository has been archived by the owner on May 10, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 348
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
16 additions
and
14 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
; QupZilla Windows Installer NSIS Script | ||
; Copyright (C) 2010-2017 David Rosca <[email protected]> | ||
; 2012-2017 S. Razi Alavizadeh <[email protected]> | ||
; Copyright (C) 2010-2018 David Rosca <[email protected]> | ||
; 2012-2018 S. Razi Alavizadeh <[email protected]> | ||
; | ||
; For compiling this script you need following plugins: | ||
; FindProcDLL_plug-in, KillProcDLL_plug-in and 'AllAssociation.nsh' needs | ||
|
@@ -11,7 +11,7 @@ | |
; http://nsis.sourceforge.net/Registry_plug-in | ||
|
||
!ifndef CUSTOM | ||
!define VERSION 2.2.4 | ||
!define VERSION 2.2.5 | ||
!define ARCH x86 | ||
!define MSVC_VER 140 | ||
!define OPENSSL_BIN_DIR . | ||
|
e1c96dc
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@nowrep
Update for 2.2.5 release (macOS)
Release is at /Martii/qupzilla/releases/tag/2.2.5+e1c96dc
Creating a new PR on https://github.com/QupZilla/qupzilla.com/pulls currently takes me to https://github.com/QupZilla/qupzilla.com/compare in every browser instead of a real PR entry. :\ So this is the best I can do for the moment.
e1c96dc
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did it actually with git... that seems to work... redispatched at QupZilla/qupzilla.com#53