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

Commit 8bff72d

Browse files
committed
Updated eula for osx. This fixes #295.
1 parent 1174b5e commit 8bff72d

File tree

4 files changed

+796
-3
lines changed

4 files changed

+796
-3
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ www/node_modules/
1212
www/package.json
1313
installers/osx64/*.zip
1414
installers/win32/*.zip
15-
res/installers/osx/license.txt
15+
res/installers/osx/license.rtf
1616
res/installers/win/license.txt
1717
sign-config.json
1818

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ module.exports = function(grunt) {
155155

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

161161
if (process.platform === 'win32') {

res/installers/osx/package-pgd.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ test -f ./installers/osx64/PhoneGapDesktop.dmg && rm ./installers/osx64/PhoneGap
1616
--icon PhoneGap.app 128 160 \
1717
--hide-extension PhoneGap.app \
1818
--app-drop-link 388 160 \
19-
--eula ./res/installers/osx/license.txt \
19+
--eula ./res/installers/osx/license.rtf \
2020
./installers/osx64/PhoneGapDesktop.dmg \
2121
./build/PhoneGap-darwin-x64/PhoneGap.app

0 commit comments

Comments
 (0)