mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-01-17 22:35:39 +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:
|
||||
push:
|
||||
branches: [ feat/godot-configurator ]
|
||||
branches: [ cooker ]
|
||||
pull_request:
|
||||
branches: [ feat/godot-configurator ]
|
||||
branches: [ cooker ]
|
||||
|
||||
env:
|
||||
GODOT_VERSION: 4.2.2
|
||||
EXPORT_NAME: RetroDECK-Configurator
|
||||
EXPORT_NAME: RetroDECK-Configurator.x86_64
|
||||
#match tag in project settings of Godot
|
||||
TAG: RetroDECK-Configurator-v0.5
|
||||
TAG: RetroDECK-Configurator-v0.51
|
||||
|
||||
jobs:
|
||||
export-linux:
|
||||
|
@ -38,13 +38,13 @@ jobs:
|
|||
continue-on-error: true
|
||||
# --export-release has to match the export template in Godot project
|
||||
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 ☑️
|
||||
run: |
|
||||
chmod +x ~/$EXPORT_NAME.pck
|
||||
chmod +x ~/$EXPORT_NAME
|
||||
- name: Create tar.gz archive 🗜️
|
||||
run: |
|
||||
tar zcvf ~/${EXPORT_NAME}.tar.gz ~/$EXPORT_NAME.pck
|
||||
tar zcvf ~/${EXPORT_NAME}.tar.gz ~/$EXPORT_NAME
|
||||
|
||||
# Create artifacts in action. Optional item
|
||||
- name: Upload Linux x86_64 Artifact 🚀
|
||||
|
|
|
@ -8,7 +8,7 @@ custom_features=""
|
|||
export_filter="all_resources"
|
||||
include_filter=""
|
||||
exclude_filter=""
|
||||
export_path="export/godot_configurator.x86_64"
|
||||
export_path=""
|
||||
encryption_include_filters=""
|
||||
encryption_exclude_filters=""
|
||||
encrypt_pck=false
|
||||
|
|
|
@ -11,7 +11,7 @@ config_version=5
|
|||
[application]
|
||||
|
||||
config/name="RetroDECK Configurator"
|
||||
config/version="v0.05"
|
||||
config/version="v0.051"
|
||||
run/main_scene="res://main.tscn"
|
||||
config/features=PackedStringArray("4.2", "GL Compatibility")
|
||||
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