diff --git a/README.md b/README.md index 6520d12..2195244 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ Rather than wait around for this, WinApps was created as an easy, one command wa Note: The app list below is fueled by the community, and therefore many apps may be untested by the WinApps team. Currently supported apps +- Adobe Photoshop (CS6) - Command Prompt (cmd.exe) - Explorer (File Manager) - Internet Explorer 11 (just because) diff --git a/apps/photoshop-cs6/icon.svg b/apps/photoshop-cs6/icon.svg new file mode 100644 index 0000000..ffb7645 --- /dev/null +++ b/apps/photoshop-cs6/icon.svg @@ -0,0 +1,3 @@ + + + diff --git a/apps/photoshop-cs6/info b/apps/photoshop-cs6/info new file mode 100644 index 0000000..37e0832 --- /dev/null +++ b/apps/photoshop-cs6/info @@ -0,0 +1,14 @@ +# GNOME shortcut name +NAME="Photoshop CS6" + +# Used for descriptions and window class +FULL_NAME="Adobe Photoshop CS6" + +# The executable inside windows +WIN_EXECUTABLE="C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\Photoshop.exe" + +# GNOME categories +CATEGORIES="Adobe" + +# GNOME mimetypes +MIME_TYPES="image/vnd.adobe.photoshop;"