Skip to content

Commit 8df7a73

Browse files
Rename filemanager to file_manager
1 parent 95ef2ed commit 8df7a73

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

internal_filesystem/apps/com.micropythonos.filemanager/META-INF/MANIFEST.JSON renamed to internal_filesystem/apps/com.micropythonos.file_manager/META-INF/MANIFEST.JSON

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
"publisher": "MicroPythonOS",
44
"short_description": "Manage files",
55
"long_description": "Traverse around the filesystem and manage files and folders you find..",
6-
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.filemanager/icons/com.micropythonos.filemanager_0.0.5_64x64.png",
7-
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.filemanager/mpks/com.micropythonos.filemanager_0.0.5.mpk",
8-
"fullname": "com.micropythonos.filemanager",
9-
"version": "0.0.5",
6+
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.file_manager/icons/com.micropythonos.file_manager_0.0.6_64x64.png",
7+
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.file_manager/mpks/com.micropythonos.file_manager_0.0.6.mpk",
8+
"fullname": "com.micropythonos.file_manager",
9+
"version": "0.0.6",
1010
"category": "development",
1111
"activities": [
1212
{
1313
"entrypoint": "assets/file_manager.py",
14-
"classname": "FileManager",
14+
"classname": "File Manager",
1515
"intent_filters": [
1616
{
1717
"action": "main",

internal_filesystem/apps/com.micropythonos.filemanager/assets/action_activity.py renamed to internal_filesystem/apps/com.micropythonos.file_manager/assets/action_activity.py

File renamed without changes.

internal_filesystem/apps/com.micropythonos.filemanager/assets/file_manager.py renamed to internal_filesystem/apps/com.micropythonos.file_manager/assets/file_manager.py

File renamed without changes.

internal_filesystem/apps/com.micropythonos.filemanager/res/mipmap-mdpi/icon_64x64.png renamed to internal_filesystem/apps/com.micropythonos.file_manager/res/mipmap-mdpi/icon_64x64.png

File renamed without changes.

0 commit comments

Comments
 (0)