mirror of
https://github.com/R2Northstar/Northstar
synced 2025-09-16 14:10:48 +02:00
Compare commits
2 Commits
v1.7.0-rc1
...
v1.9.1-rc3
Author | SHA1 | Date | |
---|---|---|---|
![]() |
f28b0b21a7 | ||
![]() |
d8ad8f12f8 |
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -35,7 +35,7 @@ jobs:
|
||||
working-directory: northstar-launcher
|
||||
run: |
|
||||
sed -i 's/DEV/${{ env.NORTHSTAR_VERSION }}/g' LauncherInjector/resources.rc
|
||||
FILEVERSION=$(echo ${{ env.NORTHSTAR_VERSION }} | tr '.' ',' | tr -d '[:alpha:]')
|
||||
FILEVERSION=$(echo ${{ env.NORTHSTAR_VERSION }} | tr '.' ',' | sed -E 's/-rc[0-9]+//' | tr -d '[:alpha:]')
|
||||
sed -i "s/0,0,0,1/${FILEVERSION}/g" NorthstarDedicatedTest/ns_version.h
|
||||
- name: Build
|
||||
working-directory: northstar-launcher
|
||||
|
@@ -1,6 +1,7 @@
|
||||
# Northstar
|
||||
|
||||
[](https://github.com/R2Northstar/Northstar/releases)
|
||||

|
||||
[](https://northstar.tf/discord)
|
||||
[](https://r2northstar.gitbook.io)
|
||||
|
||||
|
Reference in New Issue
Block a user