Skip to content

Commit 7b98f24

Browse files
author
Jason Kridner
committed
app: created GREATLY simplified version
1 parent 355ea11 commit 7b98f24

File tree

910 files changed

+9
-397618
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

910 files changed

+9
-397618
lines changed

app/README

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
This comes from https://github.com/rogerwang/node-webkit/commit/20eec65cb7788c9e969d5ad8e41f03b8ad66b9ea
1+
node-webkit comes from https://github.com/rogerwang/node-webkit/commit/20eec65cb7788c9e969d5ad8e41f03b8ad66b9ea
2+
For build scripts, see https://github.com/jadonk/beaglebone-gettig-started/tree/webkit-build-scripts

app/app.js

Lines changed: 0 additions & 80 deletions
This file was deleted.

app/build.sh

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,24 +6,23 @@ cd $(dirname $0)/..
66
DIR=`pwd`
77

88
cd $DIR
9-
zip $ZIP -r autorun.inf Docs Drivers info.txt LICENSE.txt README.htm
9+
zip $ZIP -r autorun.inf Docs Drivers info.txt LICENSE.txt START.htm
1010

1111
# Add package.json
1212
cd $DIR/app
13-
zip $ZIP -r package.json app.js index.html index.js node_modules jquery.js funcs.js
13+
zip $ZIP -r package.json
1414

1515
# Make Mac app
1616
rm -f $DIR/app/beaglebone-getting-started.app.zip
1717
cp $ZIP $DIR/app/beaglebone-getting-started.app/Contents/Resources/app.nw
1818
zip $DIR/app/beaglebone-getting-started.app.zip -r $DIR/app/beaglebone-getting-started.app
1919

20-
# Make Linux 64-bit app
21-
cat $DIR/app/node-webkit-latest-linux-x64/nw $ZIP > $DIR/app/beaglebone-getting-started.x64
22-
chmod +x $DIR/app/beaglebone-getting-started.x64
23-
2420
# Make Linux 32-bit app
2521
cat $DIR/app/node-webkit-latest-linux-ia32/nw $ZIP > $DIR/app/beaglebone-getting-started.ia32
2622
chmod +x $DIR/app/beaglebone-getting-started.ia32
2723

24+
# Make Windows .exe
25+
cat $DIR/app/node-webkit-latest-win-ia32/nw.exe $ZIP > $DIR/app/beaglebone-getting-started.exe
26+
2827
# Clean-up
2928
rm -f $ZIP

app/funcs.js

Lines changed: 0 additions & 100 deletions
This file was deleted.

app/index.html

Lines changed: 0 additions & 17 deletions
This file was deleted.

app/index.js

Lines changed: 0 additions & 97 deletions
This file was deleted.

app/jquery.js

Lines changed: 0 additions & 2 deletions
This file was deleted.
-1.85 MB
Binary file not shown.

app/node-webkit-latest-linux-x64/nw

-67.5 MB
Binary file not shown.
-3.73 MB
Binary file not shown.

app/node_modules/.bin/express

Lines changed: 0 additions & 1 deletion
This file was deleted.

app/node_modules/jsdom/.gitignore

Lines changed: 0 additions & 6 deletions
This file was deleted.

app/node_modules/jsdom/LICENSE.txt

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)