This repository was archived by the owner on Apr 29, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +796
-3
lines changed Expand file tree Collapse file tree 4 files changed +796
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ www/node_modules/
12
12
www /package.json
13
13
installers /osx64 /* .zip
14
14
installers /win32 /* .zip
15
- res /installers /osx /license.txt
15
+ res /installers /osx /license.rtf
16
16
res /installers /win /license.txt
17
17
sign-config.json
18
18
Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ module.exports = function(grunt) {
155
155
156
156
// copy the EULA into the installer folders and reference docs to final app bundles
157
157
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 ' ) ;
159
159
grunt . file . copy ( './src/license.txt' , './res/installers/win/license.txt' ) ;
160
160
161
161
if ( process . platform === 'win32' ) {
Original file line number Diff line number Diff line change @@ -16,6 +16,6 @@ test -f ./installers/osx64/PhoneGapDesktop.dmg && rm ./installers/osx64/PhoneGap
16
16
--icon PhoneGap.app 128 160 \
17
17
--hide-extension PhoneGap.app \
18
18
--app-drop-link 388 160 \
19
- --eula ./res/installers/osx/license.txt \
19
+ --eula ./res/installers/osx/license.rtf \
20
20
./installers/osx64/PhoneGapDesktop.dmg \
21
21
./build/PhoneGap-darwin-x64/PhoneGap.app
You can’t perform that action at this time.
0 commit comments