Skip to content

Commit

Permalink
1.0.70 Readme and Script update
Browse files Browse the repository at this point in the history
  • Loading branch information
SlimerDude committed Dec 8, 2017
1 parent 2162314 commit ceb728c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
18 changes: 9 additions & 9 deletions fantom.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
#
# Built with large strings build for 3.0b1 -> http://nsis.sourceforge.net/Special_Builds

!define VERSION "1.0.69"
!define AF_VERSION "1.0.69.001"
!define VERSION "1.0.70"
!define AF_VERSION "1.0.70"
!define MUI_HEADERIMAGE
!define MUI_HEADERIMAGE_BITMAP "etc\banner.bmp"
!define MUI_HEADERIMAGE_BITMAP "etc\fantomBanner.bmp"
!define UNINST_REG_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\Fantom"

!define MULTIUSER_EXECUTIONLEVEL Highest
Expand Down Expand Up @@ -40,8 +40,8 @@ VIAddVersionKey "Comments" "NSIS Fantom Installer by Steve Eynon"
VIAddVersionKey "LegalCopyright" "(c) 2011, Brian Frank and Andy Frank"
VIAddVersionKey "FileDescription" "Installer for the Fantom Language"
VIAddVersionKey "FileVersion" "${AF_VERSION}"
VIProductVersion "1.0.69.0"
VIFileVersion "1.0.69.0"
VIProductVersion "1.0.70.0"
VIFileVersion "1.0.70.0"

Var AF_ORIG_INSTDIR

Expand Down Expand Up @@ -189,12 +189,12 @@ Function .onInit
!insertmacro MULTIUSER_INIT

# AddSize doesn't work (reports wrong sizes) with the large strings build
SectionSetSize ${applicationFiles} 6737
SectionSetSize ${applicationFiles} 7917
SectionSetSize ${adminTools} 143
SectionSetSize ${dotnetRuntime} 188
SectionSetSize ${examples} 122
SectionSetSize ${sourceFiles} 8743
SectionSetSize ${swt} 3809
SectionSetSize ${sourceFiles} 9668
SectionSetSize ${swt} 3900
FunctionEnd

Function un.onInit
Expand Down Expand Up @@ -234,4 +234,4 @@ Section "Uninstall"
# ${un.EnvVarUpdate} $0 "FAN_HOME" "R" $1 "$\"%$INSTDIR$\""

DeleteRegKey SHCTX "${UNINST_REG_KEY}"
SectionEnd
SectionEnd
12 changes: 6 additions & 6 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Fantom v1.0.69 for Windows
# Fantom v1.0.70 for Windows
---
[![Written for: Fantom](http://img.shields.io/badge/written%20for-Fantom-lightgray.svg)](http://fantom.org/)
![Licence: ISC](http://img.shields.io/badge/licence-ISC-blue.svg)
Expand All @@ -11,11 +11,11 @@ Download the latest installer on the [Downloads Page](https://bitbucket.org/fant

This is a Windows installer for the [Fantom](http://fantom.org/) Programming Language.

It installs Fantom 1.0.69, compete with SWT for 64 bit platforms, and sets all required environment variables.
It installs Fantom 1.0.70, compete with SWT for 64 bit platforms, and sets all required environment variables.

Issues related to this installer may be reported on the [issues page](https://bitbucket.org/fantomfactory/fantom-windows-installer/issues?status=new&status=open).

![Installer Screenshot](https://bitbucket.org/repo/bdR87g/images/2089092671-FanWinInstaller.png)
![Installer Screenshot](https://bytebucket.org/fantomfactory/fantom-windows-installer/raw/tip/etc/screenshot.png)



Expand Down Expand Up @@ -53,15 +53,15 @@ See [Path Env](http://fantom.org/doc/docLang/Env#PathEnv) for details.

## Pre-Requisites

The installer assumes the system already has Java installed. JRE 1.6 or later is required to run Fantom programs.
The installer assumes the system already has Java installed. JRE 1.7 or later is required to run Fantom programs.



## Built by NSIS

The installer was created with [NSIS 3.0b1](http://nsis.sourceforge.net/Main_Page) and built with the [large strings](http://nsis.sourceforge.net/Special_Builds) variant to work around problems inherent with altering the `PATH` environment variable.
The installer was created with [NSIS 3.02.1](http://nsis.sourceforge.net/Main_Page) and built with the [large strings](http://nsis.sourceforge.net/Special_Builds) variant to work around problems inherent with altering the `PATH` environment variable.

The `/SOLID lzma` compressor created the smallest installer (10,416,155 bytes).
The `/SOLID lzma` compressor created the smallest installer.



Expand Down

0 comments on commit ceb728c

Please sign in to comment.