Skip to content

Commit b93731e

Browse files
Fix memtest MANIFEST.JSON
1 parent 1113646 commit b93731e

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

appstore_backend/apps.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@
6363
"category": "benchmarking"
6464
}
6565
,{
66-
"name": "Animation Tester",
66+
"name": "SpinnerTest",
6767
"publisher": "ACME Inc",
68-
"short_description": "Testing on-display animations",
68+
"short_description": "Testing on-display spinner animations",
6969
"long_description": "Stress testing multiple concurrent animations on the display by adding more and more spinners",
7070
"icon_url": "http://demo.lnpiggy.com:2121/apps/com.example.lvgltest_0.0.1.mpk_icon_64x64.png",
7171
"download_url": "http://demo.lnpiggy.com:2121/apps/com.example.lvgltest_0.0.1.mpk",
@@ -84,7 +84,7 @@
8484
"download_url": "http://demo.lnpiggy.com:2121/apps/com.example.memtest_0.0.1.mpk",
8585
"fullname": "com.example.memtest",
8686
"version": "0.0.1",
87-
"entrypoint": "assets/memtest.py"
87+
"entrypoint": "assets/memtest.py",
8888
"category": "benchmarking"
8989
}
9090
,{
@@ -118,10 +118,10 @@
118118
"publisher": "ACME Inc",
119119
"short_description": "Operating System Updater",
120120
"long_description": "",
121-
"icon_url": "http://demo.lnpiggy.com:2121/apps/com.example.osupdate_0.0.1.mpk_icon_64x64.png",
122-
"download_url": "http://demo.lnpiggy.com:2121/apps/com.example.osupdate_0.0.1.mpk",
121+
"icon_url": "http://demo.lnpiggy.com:2121/apps/com.example.osupdate_0.0.2.mpk_icon_64x64.png",
122+
"download_url": "http://demo.lnpiggy.com:2121/apps/com.example.osupdate_0.0.2.mpk",
123123
"fullname": "com.example.osupdate",
124-
"version": "0.0.1",
124+
"version": "0.0.2",
125125
"entrypoint": "assets/osupdate.py",
126126
"category": "osupdate"
127127
}

internal_filesystem/apps/com.example.memtest/META-INF/MANIFEST.JSON

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
"download_url": "http://demo.lnpiggy.com:2121/apps/com.example.memtest_0.0.1.mpk",
88
"fullname": "com.example.memtest",
99
"version": "0.0.1",
10-
"entrypoint": "assets/memtest.py"
10+
"entrypoint": "assets/memtest.py",
1111
"category": "benchmarking"
1212
}

scripts/build_lvgl_micropython.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ sleep 2
1515

1616
pushd ~/sources/lvgl_micropython
1717

18-
manifest="FROZEN_MANIFEST=~/sources/PiggyOS/manifest.py"
18+
manifest="FROZEN_MANIFEST=/home/user/sources/PiggyOS/manifest.py"
1919
if [ "$devbuild" == "devbuild" ]; then
2020
manifest=""
2121
fi

scripts/bundleapps.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ outputjson=$(readlink -f "$outputjson")
66
mkdir -p "$output"
77

88
rm "$output"/*.mpk
9+
rm "$output"/*.png
910
rm "$outputjson"
1011

1112
echo "[" | tee -a "$outputjson"

0 commit comments

Comments
 (0)