From 4219611a47c536cbab67b13b8a2344ae10460887 Mon Sep 17 00:00:00 2001 From: Fmstrat Date: Wed, 11 Nov 2020 10:05:52 -0500 Subject: [PATCH] Added Cmd --- apps/cmd/icon.svg | 3 +++ apps/cmd/info | 14 ++++++++++++++ install.sh | 1 - 3 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 apps/cmd/icon.svg create mode 100644 apps/cmd/info diff --git a/apps/cmd/icon.svg b/apps/cmd/icon.svg new file mode 100644 index 0000000..db435c4 --- /dev/null +++ b/apps/cmd/icon.svg @@ -0,0 +1,3 @@ + + + diff --git a/apps/cmd/info b/apps/cmd/info new file mode 100644 index 0000000..caa11dd --- /dev/null +++ b/apps/cmd/info @@ -0,0 +1,14 @@ +# GNOME shortcut name +NAME="Cmd" + +# Used for descriptions and window class +FULL_NAME="Command Prompt" + +# The executable inside windows +WIN_EXECUTABLE="C:\Windows\System32\cmd.exe" + +# GNOME categories +CATEGORIES="Windows" + +# GNOME mimetypes +MIME_TYPES="" diff --git a/install.sh b/install.sh index 0b7036d..51a5f71 100755 --- a/install.sh +++ b/install.sh @@ -34,7 +34,6 @@ while (( $THIS_RUN - $LAST_RAN < 5 )); do fi done echo " Finished." -cat ${HOME}/.local/share/winapps/installed # Install apps COUNT=0