Skip to content

Commit

Permalink
Merge pull request #340 from parallaxinc/webkit_fix
Browse files Browse the repository at this point in the history
v0.14.4 - Webkit, build, release notes, timing, and layout fixes
  • Loading branch information
PropGit authored May 5, 2022
2 parents 1368a75 + 350c2cc commit a9b2b61
Show file tree
Hide file tree
Showing 8 changed files with 14,001 additions and 28 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,4 @@ node_modules
/bundle.js
/bundle.js.map
/dist/
/release/
25 changes: 25 additions & 0 deletions MakeRelease
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
echo
echo ---Making Chrome App release in ./release folder---
echo
echo STEP 1 of 2: Clearing ./release folder
echo
# Clear release folder
rm -R release/*

echo
echo STEP 2 of 2: Copying 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/

echo Done!


2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "__MSG_appName__",
"description": "__MSG_appDescription__",
"version": "0.14.0",
"version": "0.14.4",
"manifest_version": 2,
"default_locale": "en",
"permissions": [
Expand Down
Loading

0 comments on commit a9b2b61

Please sign in to comment.