mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-01-18 06:45:38 +00:00
Embeded file test
On branch cooker Changes to be committed: modified: .github/workflows/build-gdc.yml modified: tools/configurator/export_presets.cfg modified: tools/configurator/project.godot modified: tools/configurator/res/pixel_ui_theme/RetroDECKTheme.tres
This commit is contained in:
parent
f3beebf88a
commit
63da5f43b3
14
.github/workflows/build-gdc.yml
vendored
14
.github/workflows/build-gdc.yml
vendored
|
@ -2,15 +2,15 @@ name: Release Godot Configurator
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ feat/godot-configurator ]
|
branches: [ cooker ]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ feat/godot-configurator ]
|
branches: [ cooker ]
|
||||||
|
|
||||||
env:
|
env:
|
||||||
GODOT_VERSION: 4.2.2
|
GODOT_VERSION: 4.2.2
|
||||||
EXPORT_NAME: RetroDECK-Configurator
|
EXPORT_NAME: RetroDECK-Configurator.x86_64
|
||||||
#match tag in project settings of Godot
|
#match tag in project settings of Godot
|
||||||
TAG: RetroDECK-Configurator-v0.5
|
TAG: RetroDECK-Configurator-v0.51
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
export-linux:
|
export-linux:
|
||||||
|
@ -38,13 +38,13 @@ jobs:
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
# --export-release has to match the export template in Godot project
|
# --export-release has to match the export template in Godot project
|
||||||
run: |
|
run: |
|
||||||
godot --headless -v --export-release "Linux/X11 64-bit" ~/$EXPORT_NAME.pck
|
godot --headless -v --export-release "Linux/X11 64-bit" ~/$EXPORT_NAME
|
||||||
- name: Give execute permission ☑️
|
- name: Give execute permission ☑️
|
||||||
run: |
|
run: |
|
||||||
chmod +x ~/$EXPORT_NAME.pck
|
chmod +x ~/$EXPORT_NAME
|
||||||
- name: Create tar.gz archive 🗜️
|
- name: Create tar.gz archive 🗜️
|
||||||
run: |
|
run: |
|
||||||
tar zcvf ~/${EXPORT_NAME}.tar.gz ~/$EXPORT_NAME.pck
|
tar zcvf ~/${EXPORT_NAME}.tar.gz ~/$EXPORT_NAME
|
||||||
|
|
||||||
# Create artifacts in action. Optional item
|
# Create artifacts in action. Optional item
|
||||||
- name: Upload Linux x86_64 Artifact 🚀
|
- name: Upload Linux x86_64 Artifact 🚀
|
||||||
|
|
|
@ -8,7 +8,7 @@ custom_features=""
|
||||||
export_filter="all_resources"
|
export_filter="all_resources"
|
||||||
include_filter=""
|
include_filter=""
|
||||||
exclude_filter=""
|
exclude_filter=""
|
||||||
export_path="export/godot_configurator.x86_64"
|
export_path=""
|
||||||
encryption_include_filters=""
|
encryption_include_filters=""
|
||||||
encryption_exclude_filters=""
|
encryption_exclude_filters=""
|
||||||
encrypt_pck=false
|
encrypt_pck=false
|
||||||
|
|
|
@ -11,7 +11,7 @@ config_version=5
|
||||||
[application]
|
[application]
|
||||||
|
|
||||||
config/name="RetroDECK Configurator"
|
config/name="RetroDECK Configurator"
|
||||||
config/version="v0.05"
|
config/version="v0.051"
|
||||||
run/main_scene="res://main.tscn"
|
run/main_scene="res://main.tscn"
|
||||||
config/features=PackedStringArray("4.2", "GL Compatibility")
|
config/features=PackedStringArray("4.2", "GL Compatibility")
|
||||||
boot_splash/bg_color=Color(0.141176, 0.141176, 0.141176, 0)
|
boot_splash/bg_color=Color(0.141176, 0.141176, 0.141176, 0)
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue