mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-21 21:45:39 +00:00
Merged main
This commit is contained in:
parent
c5abfe431c
commit
eaf9685eab
|
@ -76,8 +76,8 @@ modules:
|
|||
# The version number is hardcoded in /app/retrodeck/version
|
||||
#
|
||||
# UPDATE STEPS FOR MAIN:
|
||||
# [X] Update the VERSION variable on line containing "VERSION=THISBRANCH"
|
||||
# [X] Update the appdata.xml with the version number and notes
|
||||
# [ ] Update the VERSION variable on line containing "VERSION=THISBRANCH"
|
||||
# [ ] Update the appdata.xml with the version number and notes
|
||||
#
|
||||
- name: version-initialization
|
||||
buildsystem: simple
|
||||
|
@ -85,7 +85,9 @@ modules:
|
|||
- |
|
||||
|
||||
# on main please update this with the version variable, eg: VERSION='0.7.0b'
|
||||
VERSION=0.7.2b
|
||||
# on cooker will be THISBRANCH
|
||||
VERSION=THISBRANCH
|
||||
|
||||
|
||||
git checkout ${GITHUB_REF_NAME}
|
||||
mkdir -p ${FLATPAK_DEST}/retrodeck/
|
||||
|
|
Loading…
Reference in a new issue