Skip to content

Commit 379e2f3

Browse files
Merge pull request #15 from SpectrumPro/dev
Dev
2 parents 74788ce + 0616708 commit 379e2f3

File tree

4 files changed

+21
-14
lines changed

4 files changed

+21
-14
lines changed

.github/1.png

646 KB
Loading

.github/2.png

383 KB
Loading

Readme.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ Welcome to Spectrum, a powerful and intuitive node-based DMX control system desi
2222
- **DMX Integration:** Spectrum seamlessly integrates with DMX hardware, offering precise control over a wide range of lighting fixtures for concerts, events, installations, and more.
2323
- **Art-Net Support:** Spectrum supports Art-Net, allowing for efficient communication with a variety of DMX devices over Ethernet.
2424

25+
### Screen Shots
26+
![Spectrum Screen Shot](https://github.com/SpectrumPro/Spectrum/blob/master/.github/1.png?raw=true)
27+
![Spectrum Screen Shot](https://github.com/SpectrumPro/Spectrum/blob/master/.github/2.png?raw=true)
28+
2529
### Contributing:
2630
We welcome contributions from the community! Whether it's bug fixes, feature enhancements, or documentation improvements, your input helps make Spectrum better for everyone. Check out our [contribution guidelines](contributing.md) to get started.
2731

export_presets.cfg

Lines changed: 17 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[preset.0]
22

3-
name="Windows"
3+
name="Windows x86-64"
44
platform="Windows Desktop"
55
runnable=true
66
dedicated_server=false
77
custom_features=""
88
export_filter="all_resources"
99
include_filter=""
1010
exclude_filter=""
11-
export_path="./Spectrum.exe"
11+
export_path="Export/Spectrum.V0.2.0.Windows.x86_64.zip"
1212
encryption_include_filters=""
1313
encryption_exclude_filters=""
1414
encrypt_pck=false
@@ -19,7 +19,7 @@ encrypt_directory=false
1919
custom_template/debug=""
2020
custom_template/release=""
2121
debug/export_console_wrapper=1
22-
binary_format/embed_pck=false
22+
binary_format/embed_pck=true
2323
texture_format/bptc=true
2424
texture_format/s3tc=true
2525
texture_format/etc=false
@@ -35,13 +35,14 @@ application/modify_resources=true
3535
application/icon="res://icon.png"
3636
application/console_wrapper_icon="res://icon.png"
3737
application/icon_interpolation=4
38-
application/file_version="0.0.1.4"
39-
application/product_version="0.0.1.4"
38+
application/file_version="0.2.0.0"
39+
application/product_version="0.2.0.0"
4040
application/company_name="Liam Sherwin"
4141
application/product_name="Spectrum"
4242
application/file_description=""
43-
application/copyright=""
43+
application/copyright="Liam Sherwin"
4444
application/trademarks=""
45+
application/export_angle=0
4546
ssh_remote_deploy/enabled=false
4647
ssh_remote_deploy/host="user@host_ip"
4748
ssh_remote_deploy/port="22"
@@ -62,15 +63,15 @@ Remove-Item -Recurse -Force '{temp_dir}'"
6263

6364
[preset.1]
6465

65-
name="Linux/X11"
66+
name="Linux/X11 x86-64"
6667
platform="Linux/X11"
6768
runnable=true
6869
dedicated_server=false
6970
custom_features=""
7071
export_filter="all_resources"
7172
include_filter=""
7273
exclude_filter=""
73-
export_path="./Spectrum.x86_64"
74+
export_path="Export/Spectrum.V0.2.0.Linux.x86_64.zip"
7475
encryption_include_filters=""
7576
encryption_exclude_filters=""
7677
encrypt_pck=false
@@ -102,15 +103,15 @@ rm -rf \"{temp_dir}\""
102103

103104
[preset.2]
104105

105-
name="macOS"
106+
name="macOS x86-64"
106107
platform="macOS"
107108
runnable=true
108109
dedicated_server=false
109110
custom_features=""
110111
export_filter="all_resources"
111112
include_filter=""
112113
exclude_filter=""
113-
export_path="./Spectrum_mac.zip"
114+
export_path="Export/Spectrum.V0.2.0.MacOS.x86_64.dmg"
114115
encryption_include_filters=""
115116
encryption_exclude_filters=""
116117
encrypt_pck=false
@@ -127,12 +128,13 @@ application/icon="res://icon.png"
127128
application/icon_interpolation=4
128129
application/bundle_identifier="tech.liamsherwin.spectrum"
129130
application/signature=""
130-
application/app_category="Games"
131-
application/short_version="0.1.4"
132-
application/version="0.1.4"
133-
application/copyright=""
131+
application/app_category="Utilities"
132+
application/short_version="0.2.0"
133+
application/version="0.2.0"
134+
application/copyright="Liam Sherwin"
134135
application/copyright_localized={}
135136
application/min_macos_version="10.12"
137+
application/export_angle=0
136138
display/high_res=true
137139
xcode/platform_build="14C18"
138140
xcode/sdk_version="13.1"
@@ -166,6 +168,7 @@ codesign/entitlements/app_sandbox/files_downloads=0
166168
codesign/entitlements/app_sandbox/files_pictures=0
167169
codesign/entitlements/app_sandbox/files_music=0
168170
codesign/entitlements/app_sandbox/files_movies=0
171+
codesign/entitlements/app_sandbox/files_user_selected=0
169172
codesign/entitlements/app_sandbox/helper_executables=[]
170173
codesign/custom_options=PackedStringArray()
171174
notarization/notarization=0

0 commit comments

Comments
 (0)