We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6006416 commit 46d5a62Copy full SHA for 46d5a62
2 files changed
InstallerPyPlane.nsi
@@ -48,7 +48,7 @@ FunctionEnd
48
RequestExecutionLevel user
49
50
Name "${PRODUCT_NAME} ${PRODUCT_VERSION}"
51
-OutFile "windows\build\PyPlane_Setup.exe"
+OutFile "windows\build\PyPlane_${PRODUCT_VERSION}_Setup.exe"
52
InstallDir "$DESKTOP\PyPlane"
53
ShowInstDetails show
54
main.py
@@ -49,7 +49,7 @@ class MainApp(PyplaneMainWindow):
"""
__PYPLANE_VERSION = "1.0"
- __PYPLANE_DATE = "29.07.2015"
+ __PYPLANE_DATE = "31.07.2015"
def __init__(self):
55
# superclass constructor
0 commit comments