mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-24 00:14:06 +00:00
Release 1.0.1. This version is mostly only relevant for Windows.
This commit is contained in:
parent
a77a5ec1c7
commit
60fcfae61c
|
@ -3,7 +3,7 @@
|
|||
# #####################################################################
|
||||
TEMPLATE = app
|
||||
TARGET = goldendict
|
||||
VERSION = 1.0.0
|
||||
VERSION = 1.0.1
|
||||
|
||||
# Generate version file. We do this here and in a build rule described later.
|
||||
# The build rule is required since qmake isn't run each time the project is
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
!include "MUI2.nsh"
|
||||
|
||||
Name "GoldenDict"
|
||||
OutFile "GoldenDict-1.0.0-EnRuEn-Install.exe"
|
||||
OutFile "GoldenDict-1.0.1-EnRuEn-Install.exe"
|
||||
|
||||
InstallDir "$PROGRAMFILES\GoldenDict"
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
!include "MUI2.nsh"
|
||||
|
||||
Name "GoldenDict"
|
||||
OutFile "GoldenDict-1.0.0-Install.exe"
|
||||
OutFile "GoldenDict-1.0.1-Install.exe"
|
||||
|
||||
InstallDir "$PROGRAMFILES\GoldenDict"
|
||||
|
||||
|
|
Loading…
Reference in a new issue