Added Cmd

This commit is contained in:
Fmstrat 2020-11-11 10:05:52 -05:00 committed by Oskar Manhart
parent 302f5c0822
commit 4219611a47
3 changed files with 17 additions and 1 deletions

3
apps/cmd/icon.svg Normal file
View File

@ -0,0 +1,3 @@
<svg width="25.6" height="25.6" version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path d="m20 19v-12h-16v12h16m0-16a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-16a2 2 0 0 1 -2 -2v-14c0-1.11.9-2 2-2h16m-7 14v-2h5v2h-5m-3.42-4-4.01-4h2.83l3.3 3.3c.39.39.39 1.03 0 1.42l-3.28 3.28h-2.83z" fill="#ff7043"/>
</svg>

After

Width:  |  Height:  |  Size: 320 B

14
apps/cmd/info Normal file
View File

@ -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=""

View File

@ -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