-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathproduct.env
More file actions
28 lines (28 loc) · 922 Bytes
/
product.env
File metadata and controls
28 lines (28 loc) · 922 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
LOVE_VERSION="11.5"
AUDIO_MIC="false"
ANDROID_ORIENTATION="landscape"
ITCH_USER="xanthia"
OUTPUT_FOLDER="./builds"
PRODUCT_NAME="niceNESs"
# Base product ID in reverse domain notation. Also used as save directory name
PRODUCT_ID="com.scorelessmusic.niceness"
# Optional platform-specific overrides, falls back to PRODUCT_ID if not set
PRODUCT_ID_ANDROID=""
PRODUCT_ID_IOS=""
PRODUCT_ID_LINUX=""
PRODUCT_ID_MACOS=""
PRODUCT_ID_WINDOWS=""
PRODUCT_DESC="A nice and simple textmode DAW for NES-like chiptunes"
PRODUCT_COPYRIGHT="Copyright (c) 2025 Scoreless Music"
PRODUCT_COMPANY="Scoreless Music"
PRODUCT_WEBSITE="https://niceness.scorelessmusic.com"
PRODUCT_UUID="1cb5768b-6fe5-4e94-acac-9d23d806f0c3"
TARGET_ANDROID="false"
TARGET_HTML="true"
TARGET_IOS="false"
TARGET_LINUX_APPIMAGE="true"
TARGET_LINUX_TARBALL="true"
TARGET_MACOS="true"
TARGET_WINDOWS_INSTALL="true"
TARGET_WINDOWS_SFX="false"
TARGET_WINDOWS_ZIP="true"