diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index 1fa379e1..8082e4b2 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -19,4 +19,4 @@ jobs:
- uses: actions/upload-artifact@v2
with:
name: Raicuparta.QuantumSpaceBuddies
- path: .\QSB\Bin\Debug
\ No newline at end of file
+ path: .\QSB-NH\Bin\Debug
\ No newline at end of file
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 6126719c..f78ea41c 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -16,7 +16,6 @@ permissions:
env:
PROJ_USERNAME: Raicuparta
PROJ_NAME: QuantumSpaceBuddies
- REAL_PROJ_NAME: QSB
jobs:
pre_job:
@@ -34,7 +33,7 @@ jobs:
- name: Read Manifest
id: read-manifest
- run: echo "manifest=$(< ./${{ env.REAL_PROJ_NAME }}/manifest.json sed ':a;N;$!ba;s/\n/ /g')" >> $GITHUB_OUTPUT
+ run: echo "manifest=$(< ./QSB/manifest.json sed ':a;N;$!ba;s/\n/ /g')" >> $GITHUB_OUTPUT
- name: Check For Release
id: check-tag
@@ -63,9 +62,6 @@ jobs:
- name: Setup .NET
uses: "actions/setup-dotnet@v3"
- - name: Remove .csproj.user
- run: if (Test-Path ${{ env.REAL_PROJ_NAME }}/${{ env.REAL_PROJ_NAME }}.csproj.user) { rm ${{ env.REAL_PROJ_NAME }}/${{ env.REAL_PROJ_NAME }}.csproj.user }
-
- name: Build Mod
run: dotnet build -c Release
@@ -73,10 +69,10 @@ jobs:
uses: "actions/upload-artifact@v3"
with:
name: "${{ env.PROJ_USERNAME }}.${{ env.PROJ_NAME }}"
- path: "${{ env.REAL_PROJ_NAME }}/bin/Release"
+ path: "QSB-NH/bin/Release"
- name: Zip For Release
- run: 7z a ${{ env.PROJ_USERNAME }}.${{ env.PROJ_NAME }}.zip ./${{ env.REAL_PROJ_NAME }}/bin/Release/**
+ run: 7z a ${{ env.PROJ_USERNAME }}.${{ env.PROJ_NAME }}.zip ./QSB-NH/bin/Release/**
- name: Create Release
uses: "ncipollo/release-action@v1"
diff --git a/QSB-NH/QSB-NH.csproj b/QSB-NH/QSB-NH.csproj
index 3bd1280b..c2dd06b7 100644
--- a/QSB-NH/QSB-NH.csproj
+++ b/QSB-NH/QSB-NH.csproj
@@ -8,6 +8,30 @@
CS1998;CS0649
+
+
+ <_Files Remove="@(_Files)" />
+ <_Files Include="$(OutputPath)\*.exe.config" />
+
+
+
+
+
+
+
+
+
+ $(UnityAssetsDir)\Dlls
+
+
+
+ <_Files Remove="@(_Files)" />
+ <_Files Include="$(OutputPath)/*.dll" />
+ <_Files Include="$(OutputPath)/*.exe" />
+
+
+
+
diff --git a/README.md b/README.md
index ab9f8eb8..d89c10c1 100644
--- a/README.md
+++ b/README.md
@@ -16,8 +16,6 @@ Spoilers within!
## Installation
-### Easy installation (recommended)
-
- [Install the Outer Wilds Mod Manager](https://outerwildsmods.com/mod-manager/)
- Install Quantum Space Buddies from the mod list displayed in the application