-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated for macOS release of nwjs-wrapped version.
- Loading branch information
1 parent
2e5f133
commit 6391703
Showing
16 changed files
with
69 additions
and
65 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
echo | ||
echo ---Making Chrome App release in ./release and ./dist/.../app.nw folders--- | ||
echo | ||
# Clear release folder and copy static resources to it | ||
./MakeRelease | ||
|
||
echo | ||
echo STEP 3: Clearing ./dist/.../app.nw mac application folder | ||
echo | ||
# Clear app.nw folder | ||
rm -R dist/ParallaxIDE.app/Contents/Resources/app.nw/* | ||
|
||
echo | ||
echo STEP 4: Copying release files to ./dist/.../app.nw windows application folder | ||
echo | ||
# Copy static resources | ||
cp -R release/* dist/ParallaxIDE.app/Contents/Resources/app.nw | ||
|
||
echo Done! | ||
echo | ||
|
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 |
---|---|---|
@@ -1,37 +1,22 @@ | ||
echo | ||
echo ---Making Chrome App release in ./release and ./package/.../package.nw folders--- | ||
echo | ||
echo STEP 1 of 4: Clearing ./release folder | ||
echo | ||
# Clear release folder | ||
rm -R release/* | ||
|
||
echo | ||
echo STEP 2 of 4: Copying static resources to ./release folder | ||
echo | ||
# Copy static resources | ||
cp -R assets release/assets | ||
cp -R examples release/examples | ||
cp -R fonts release/fonts | ||
cp -R icons release/icons | ||
cp -R _locales release/_locales | ||
cp background.js release/ | ||
cp bundle.js release/ | ||
cp index.html release/ | ||
cp manifest.json release/ | ||
# Clear release folder and copy static resources to it | ||
./MakeRelease | ||
|
||
echo | ||
echo STEP 3 of 4: Clearing ./package/.../package.nw windows application folder | ||
echo STEP 3: Clearing ./package/.../package.nw windows application folder | ||
echo | ||
# Clear package.nw folder | ||
rm -R package/win-resources/nwjs/dependencies/package.nw/* | ||
|
||
echo | ||
echo STEP 4 of 4: Copying release files to ./package/.../package.nw windows application folder | ||
echo STEP 4: Copying release files to ./package/.../package.nw windows application folder | ||
echo | ||
# Copy static resources | ||
cp -R release/* package/win-resources/nwjs/dependencies/package.nw | ||
|
||
echo Done! | ||
echo | ||
|
||
|
This file was deleted.
Oops, something went wrong.
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
Git LFS file not shown
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<html> | ||
<body> | ||
<h2>The Parallax BlocklyProp Launcher was installed.</h2> | ||
<h2>The Parallax IDE was installed.</h2> | ||
</body> | ||
</html> |
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 |
---|---|---|
@@ -1,13 +1,13 @@ | ||
<html> | ||
<body> | ||
<h2>Welcome to the BlocklyProp Launcher Installer from Parallax Inc.</h2> | ||
<h2>Welcome to the Parallax IDE Installer from Parallax Inc.</h2> | ||
<h3>Introduction</h3> | ||
|
||
<p>BlocklyProp Launcher is a companion to the web-based BlocklyProp system - https://solo.parallax.com.</p> | ||
<p>It provides one-button access to the Solo (BlocklyProp) online site and handles communication with the Propeller microcontroller.</p> | ||
<p>Parallax IDE is a BASIC Stamp editor.</p> | ||
<p>It allows development for the BASIC Stamp microncontroller.</p> | ||
|
||
<p>This software installs the BlocklyProp Launcher into your Applications folder.</p> | ||
<p>This software installs the Parallax IDE software into your Applications folder.</p> | ||
|
||
<p>Copyright (c) 2022 Parallax Inc.</p> | ||
<p>Copyright (c) 2023 Parallax Inc.</p> | ||
</body> | ||
</html> |
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 |
---|---|---|
@@ -1,15 +1,15 @@ | ||
<html> | ||
<body> | ||
<h2>Welcome to the BlocklyProp Launcher Installer from Parallax Inc.</h2> | ||
<h2>Welcome to the Parallax IDE Installer from Parallax Inc.</h2> | ||
<h3>Introduction</h3> | ||
|
||
<p>BlocklyProp Launcher is a companion to the web-based BlocklyProp system - https://solo.parallax.com.</p> | ||
<p>It provides one-button access to the Solo (BlocklyProp) online site and handles communication with the Propeller microcontroller.</p> | ||
<p>Parallax IDE is a BASIC Stamp editor.</p> | ||
<p>It allows development for the BASIC Stamp microcontroller.</p> | ||
|
||
<p>This software installs the BlocklyProp Launcher into your Applications folder.</p> | ||
<p>This software installs the Parallax IDE software into your Applications folder.</p> | ||
|
||
<p>The required FTDI USB Serial Driver will also be installed. The system must be restarted after installation to use it.</p> | ||
|
||
<p>Copyright (c) 2022 Parallax Inc.</p> | ||
<p>Copyright (c) 2023 Parallax Inc.</p> | ||
</body> | ||
</html> |
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.