mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-06 23:58:04 -04:00
platform/miyoo: scripted versioning
update pkg.cfg
This commit is contained in:
parent
b4244cbb6d
commit
4a347fbe94
1 changed files with 2 additions and 2 deletions
|
@ -12,8 +12,8 @@ CLEAN=""
|
||||||
# ENV VAR.
|
# ENV VAR.
|
||||||
## Specific (mandatory to provide!)
|
## Specific (mandatory to provide!)
|
||||||
TARGET="picodrive" # replace with binary name
|
TARGET="picodrive" # replace with binary name
|
||||||
VERSION="v2.00" # replace with correct release version if exist
|
VERSION="$(cut -d'"' -f2 platform/common/version.h)" # replace with correct release version if exist
|
||||||
|
test "$(git describe --tags --exact-match HEAD 2>/dev/null)" == "" && VERSION="${VERSION}-$(git rev-parse --short HEAD || echo unknown)"
|
||||||
## Generic - common to all apps (better to not modify)
|
## Generic - common to all apps (better to not modify)
|
||||||
HOMEPATH="/mnt"
|
HOMEPATH="/mnt"
|
||||||
RELEASEDIR=""
|
RELEASEDIR=""
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue