From 0f5ef903dd2d1d7d0c5311b009b272664a615b4f Mon Sep 17 00:00:00 2001 From: DJ Gillespie Date: Thu, 23 Jan 2025 17:17:21 -0700 Subject: [PATCH] add anycubic slicer --- apps/anycubic-slicer-next/icon.svg | 16 ++++++++++++++++ apps/anycubic-slicer-next/info | 22 ++++++++++++++++++++++ 2 files changed, 38 insertions(+) create mode 100644 apps/anycubic-slicer-next/icon.svg create mode 100644 apps/anycubic-slicer-next/info diff --git a/apps/anycubic-slicer-next/icon.svg b/apps/anycubic-slicer-next/icon.svg new file mode 100644 index 0000000..75fdd5c --- /dev/null +++ b/apps/anycubic-slicer-next/icon.svg @@ -0,0 +1,16 @@ + \ No newline at end of file diff --git a/apps/anycubic-slicer-next/info b/apps/anycubic-slicer-next/info new file mode 100644 index 0000000..fdd87a0 --- /dev/null +++ b/apps/anycubic-slicer-next/info @@ -0,0 +1,22 @@ +# Copyright (c) 2024 Fmstrat +# All rights reserved. +# +# SPDX-License-Identifier: Proprietary + +# GNOME shortcut name +NAME="Anycubic Slicer Next" + +# Used for descriptions and window class +FULL_NAME="Anycubic Slicer Next" + +# The executable inside windows +WIN_EXECUTABLE="C:\Program Files\AnycubicSlicerNext\AnycubicSlicerNext.exe" + +# GNOME categories +CATEGORIES="WinApps;Anycubic" + +# GNOME mimetypes +MIME_TYPES="model/3mf;" + +# System Icon +ICON="AdobeAfterEffect" \ No newline at end of file