Skip to content
This repository has been archived by the owner on Apr 29, 2021. It is now read-only.

Commit

Permalink
Updated eula for osx. This fixes #295.
Browse files Browse the repository at this point in the history
  • Loading branch information
purplecabbage committed Sep 12, 2018
1 parent 1174b5e commit 8bff72d
Show file tree
Hide file tree
Showing 4 changed files with 796 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Expand Up @@ -12,7 +12,7 @@ www/node_modules/
www/package.json
installers/osx64/*.zip
installers/win32/*.zip
res/installers/osx/license.txt
res/installers/osx/license.rtf
res/installers/win/license.txt
sign-config.json

Expand Down
2 changes: 1 addition & 1 deletion Gruntfile.js
Expand Up @@ -155,7 +155,7 @@ module.exports = function(grunt) {

// copy the EULA into the installer folders and reference docs to final app bundles
grunt.task.registerTask('copy-license-docs', function() {
grunt.file.copy('./src/license.txt', './res/installers/osx/license.txt');
grunt.file.copy('./src/license.rtf', './res/installers/osx/license.rtf');
grunt.file.copy('./src/license.txt', './res/installers/win/license.txt');

if (process.platform === 'win32') {
Expand Down
2 changes: 1 addition & 1 deletion res/installers/osx/package-pgd.sh
Expand Up @@ -16,6 +16,6 @@ test -f ./installers/osx64/PhoneGapDesktop.dmg && rm ./installers/osx64/PhoneGap
--icon PhoneGap.app 128 160 \
--hide-extension PhoneGap.app \
--app-drop-link 388 160 \
--eula ./res/installers/osx/license.txt \
--eula ./res/installers/osx/license.rtf \
./installers/osx64/PhoneGapDesktop.dmg \
./build/PhoneGap-darwin-x64/PhoneGap.app

0 comments on commit 8bff72d

Please sign in to comment.