-
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.
Merge pull request #354 from PropGit/nwjs-wrapped
nwjs-wrapped version
- Loading branch information
Showing
45 changed files
with
268,053 additions
and
11 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,9 @@ | ||
* text=auto | ||
* text=auto | ||
*.ico filter=lfs diff=lfs merge=lfs -text | ||
*.icns filter=lfs diff=lfs merge=lfs -text | ||
*.bmp filter=lfs diff=lfs merge=lfs -text | ||
*.png filter=lfs diff=lfs merge=lfs -text | ||
*.psd filter=lfs diff=lfs merge=lfs -text | ||
*.exe filter=lfs diff=lfs merge=lfs -text | ||
package/win-resources/nwjs/nwjs-v*.exe filter=lfs diff=lfs merge=lfs -text | ||
assets/ParallaxIDE-Splash.png filter=lfs diff=lfs merge=lfs -text |
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 |
---|---|---|
@@ -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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
echo | ||
echo ---Making Chrome App release in ./release and ./package/.../package.nw folders--- | ||
echo | ||
# Clear release folder and copy static resources to it | ||
./MakeRelease | ||
|
||
echo | ||
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: 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 | ||
|
||
|
Git LFS file not shown
Git LFS file not shown
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.