Commit Graph

15 Commits

Author SHA1 Message Date
risk danger olson
6834a6f8e7 release git-lfs v1.2.1 2016-06-27 09:50:59 -06:00
Theodore Tsirpanis
417836ce53 Fix installer error on win32.
On 32-bit versions of Windows (in my case, Windows XP), the windows installer fails because it cannot expand the "pf64"constant.

By changing this very constant to "pf", it gets resolved properly on all versions of Windows.

See http://www.jrsoftware.org/ishelp/index.php?topic=consts for further explanation of the constants.
2016-05-04 15:52:35 +03:00
risk danger olson
9bd3b8e8cc Merge pull request #1143 from strich/feature/win-inst-fix-lfs-paths
Fixed an issue that caused the Win installer to fail to init Git LFS
2016-04-14 17:09:11 -07:00
Steve Streeting
16fa1389c2 Changelog & version bump for v1.2.0 2016-04-14 15:03:48 +01:00
Scott Richmond
4c72dc438d Fixed an issue where the newly added Git LFS PATH location wasn't refreshed in time for use later in the installer script and silently failed to initialize Git LFS.
If for any reason there is an issue running 'git lfs install', the installer will display a message box asking the user to manually do so.
Added a GIT_LFS_PATH global env var for later use.
2016-04-13 23:43:35 +01:00
risk danger olson
bf6a6c9979 v1.1.2 2016-03-01 09:39:20 -07:00
risk danger olson
7de03971de release v1.1.1 2016-02-04 15:24:35 -07:00
Scott Richmond
1651e55ce5 Git LFS now installs to Prog Files/Git LFS/. Note that for this to work, the old Git LFS must be uninstalled - This installer will attempt to do this for you silently.
Added support for compiling x86 and x64 binaries into a single 32bit installer.
2016-01-28 14:38:07 +00:00
Scott Richmond
b7bf2ce705 Moved the prefix to the define list, for future expansion. 2015-12-01 11:15:23 +00:00
Scott Richmond
016a11d4d5 The output installer filename now dynamically sets the version and respects existing naming conventions.
Set the existing version number to 3 digits instead of 4.
2015-12-01 11:12:58 +00:00
Scott Richmond
c9c79ec5d7 Renamed a few things to be more descriptive. 2015-11-30 12:01:57 +00:00
Scott Richmond
ae5caa3814 Added code that runs 'git lfs uninstall' at uninstall time. 2015-11-29 20:56:19 +00:00
Scott Richmond
c9bce8e0dd Installer now compiles to the base directory along-side git-lfs.exe. 2015-11-28 13:03:08 +00:00
Scott Richmond
94f306422b Fixed a bug where changing the install location didn't actually do so.
Added post-install git lfs initialization.
2015-11-28 12:56:14 +00:00
Scott Richmond
74a249f6a9 Committing initial working version of the INNO Setup script file. Replicates existing install behavior. 2015-11-28 12:43:32 +00:00