This repository has been archived by the owner on Feb 24, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Re-tool README * Re-write welcome splash * Bump copyright and versioning * Remove outdated configuration manipulations * Switch to removing existing Makevars * Switch to removing existing R_ENVIRON * Switch to a different way of detecting macOS minor version (10.x) * Pin to Mojave the rest. * Bring out the label step a bit. * Add a download function for the gfortran dmg * Update the install gfortran component * Add a backup and remove file function. Remove download gfortran * Port over the configuration checks to use the backup and remove function * Implement a new gfortran download and installation technique * Upgrade installer accepted macos versions * Add changelog details * Remove dangling installer * Update splash screen of installer for readme
- Loading branch information
Showing
8 changed files
with
115 additions
and
228 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,9 +3,9 @@ | |
# | ||
# make_installer.sh | ||
# | ||
# Copyright (C) 2018 - 2019 James Joseph Balamuta <[email protected]> | ||
# Copyright (C) 2018 - 2020 James Joseph Balamuta <[email protected]> | ||
# | ||
# Version 3.2.2 -- 2019-12-30 | ||
# Version 4.0.0 -- 2020-05-27 | ||
# | ||
# This program is free software; you can redistribute it and/or modify | ||
# it under the terms of the GNU General Public License as published by | ||
|
@@ -30,7 +30,7 @@ echo "[setup] Creating an environment for the installer..." | |
chmod a+x scripts/* | ||
|
||
# Version of installer | ||
INSTALLER_VERSION=3.2.2 | ||
INSTALLER_VERSION=4.0.0 | ||
|
||
# Previously, we created a payload-free package due to downloading | ||
# components as needed. We used a read receipt trick of including an empty | ||
|
@@ -82,11 +82,11 @@ add_line_1before_last '<welcome file="WELCOME_DISPLAY.rtf"/>' distribution.xml | |
add_line_1before_last '<license file="LICENSE.rtf"/>' distribution.xml | ||
|
||
# Enforce a minimum standard for the installer. | ||
# R CRAN Binaries use OS X Mavericks 10.11 | ||
# R CRAN Binaries use macOS High Sierra 10.13 | ||
# Docs: https://developer.apple.com/library/archive/documentation/DeveloperTools/Reference/DistributionDefinitionRef/Chapters/Distribution_XML_Ref.html#//apple_ref/doc/uid/TP40005370-CH100-SW33 | ||
MINVERSION=$(cat <<-END | ||
<allowed-os-versions> | ||
<os-version min="10.11.0" /> | ||
<os-version min="10.13.0" /> | ||
</allowed-os-versions> | ||
END | ||
) | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.