mirror of
https://github.com/R2Northstar/Northstar
synced 2025-09-25 11:30:50 +02:00
Compare commits
3 Commits
v1.9.4
...
v1.9.8-rc2
Author | SHA1 | Date | |
---|---|---|---|
![]() |
bfd587df40 | ||
![]() |
91da7d7d1b | ||
![]() |
dc05ebfa9c |
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@@ -2,7 +2,7 @@ name: Build
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- '*'
|
||||
- 'v*'
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
job:
|
||||
@@ -34,9 +34,9 @@ jobs:
|
||||
shell: bash
|
||||
working-directory: northstar-launcher
|
||||
run: |
|
||||
sed -i 's/DEV/${{ env.NORTHSTAR_VERSION }}/g' LauncherInjector/resources.rc
|
||||
sed -i 's/DEV/${{ env.NORTHSTAR_VERSION }}/g' NorthstarLauncher/resources.rc
|
||||
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
|
||||
sed -i "s/0,0,0,1/${FILEVERSION}/g" NorthstarDLL/ns_version.h
|
||||
- name: Build
|
||||
working-directory: northstar-launcher
|
||||
run: |
|
||||
@@ -168,7 +168,6 @@ jobs:
|
||||
- name: Make package structure
|
||||
run: |
|
||||
mkdir -p thunderstore/dist/Northstar
|
||||
rm northstar/ns_startup*.txt
|
||||
mv -v northstar/* thunderstore/dist/Northstar
|
||||
wget -O thunderstore/icon.png https://raw.githubusercontent.com/R2Northstar/Northstar/main/thunderstore/icon.png
|
||||
wget -O thunderstore/README.md https://raw.githubusercontent.com/R2Northstar/Northstar/main/thunderstore/README.md
|
||||
|
@@ -1 +0,0 @@
|
||||
-multiple
|
@@ -1 +0,0 @@
|
||||
+setplaylist private_match
|
Reference in New Issue
Block a user