about summary refs log tree commit diff
path: root/nixpkgs/pkgs/tools/games/pocket-updater-utility/add-runtime-identifier.patch
blob: a01822c0366e9e05de50c649ae2131ed17b90642 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
From ccbe5c0401d6965a6daaa0b7bb022f63908c8942 Mon Sep 17 00:00:00 2001
From: Philipp Rintz <git@rintz.net>
Date: Mon, 28 Aug 2023 19:19:41 +0200
Subject: [PATCH] uncommited

---
 pocket_updater.csproj | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pocket_updater.csproj b/pocket_updater.csproj
index 11f604c..410bd47 100644
--- a/pocket_updater.csproj
+++ b/pocket_updater.csproj
@@ -12,6 +12,7 @@
     <Authors>Matt Pannella</Authors>
     <Product>Analogue Pocket Updater Utility</Product>
     <RepositoryUrl>https://github.com/mattpannella/pocket-updater-utility</RepositoryUrl>
+    <RuntimeIdentifier>@RuntimeIdentifier@</RuntimeIdentifier>
   </PropertyGroup>
   <ItemGroup>
     <PackageReference Include="CommandLineParser" Version="2.9.1" />
@@ -26,4 +27,4 @@
   <ItemGroup>
     <RuntimeHostConfigurationOption Include="System.Globalization.Invariant" Value="true" />
   </ItemGroup>
-</Project>
\ No newline at end of file
+</Project>
-- 
2.40.1