Skip to content

Commit b96a0fa

Browse files
Reduce PNG icon sizes
1 parent 8693f07 commit b96a0fa

File tree

7 files changed

+2
-1
lines changed

7 files changed

+2
-1
lines changed

appstore_backend/apps.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
{
4343
"name": "IMU Tester",
4444
"publisher": "ACME Inc",
45-
"short_description": "Testing the Inertial Measurement Unit",
45+
"short_description": "Test the Inertial Measurement Unit",
4646
"long_description": "It is always good to make sure the accelerometer is working properly. How else can you measure acceleration and position?",
4747
"icon_url": "http://demo.lnpiggy.com:2121/apps/com.example.imutest_0.0.1.mpk_icon_64x64.png",
4848
"download_url": "http://demo.lnpiggy.com:2121/apps/com.example.imutest_0.0.1.mpk",
-10.3 KB
Loading
-11.3 KB
Loading
-12.1 KB
Loading
-16.5 KB
Loading
-2.46 KB
Loading

scripts/bundleapps.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
rm -rf appstore_backend/bundled_apps
12
mkdir -p appstore_backend/bundled_apps
23
ls -1 internal_filesystem/apps | while read appdir; do
34
echo "Bundling $appdir"

0 commit comments

Comments
 (0)