File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -285,23 +285,23 @@ Task("Pack")
285285 [ "artifacts" ] = new Dictionary < string , object > [ ] {
286286 new ( ) {
287287 [ "file" ] = $ "BepInEx_UnityMono_x64{ commitPrefix } { buildVersion } .zip",
288- [ "description" ] = "BepInEx Unity Mono for Windows x64 machines "
288+ [ "description" ] = "BepInEx Unity Mono for Windows x64 games "
289289 } ,
290290 new ( ) {
291291 [ "file" ] = $ "BepInEx_UnityMono_x86{ commitPrefix } { buildVersion } .zip",
292- [ "description" ] = "BepInEx Unity Mono for Windows x86 machines "
292+ [ "description" ] = "BepInEx Unity Mono for Windows x86 games "
293293 } ,
294294 new ( ) {
295295 [ "file" ] = $ "BepInEx_UnityMono_unix{ commitPrefix } { buildVersion } .zip",
296- [ "description" ] = "BepInEx Unity Mono for Unix machines with GCC (Linux, MacOS)"
296+ [ "description" ] = "BepInEx Unity Mono for Unix games using GCC (Linux, MacOS)"
297297 } ,
298298 new ( ) {
299299 [ "file" ] = $ "BepInEx_UnityIL2CPP_x64{ commitPrefix } { buildVersion } .zip",
300- [ "description" ] = "BepInEx Unity IL2CPP for Windows x64 machines "
300+ [ "description" ] = "BepInEx Unity IL2CPP for Windows x64 games "
301301 } ,
302302 new ( ) {
303303 [ "file" ] = $ "BepInEx_UnityIL2CPP_x86{ commitPrefix } { buildVersion } .zip",
304- [ "description" ] = "BepInEx Unity IL2CPP for Windows x86 machines "
304+ [ "description" ] = "BepInEx Unity IL2CPP for Windows x86 games "
305305 } ,
306306 new ( ) {
307307 [ "file" ] = $ "BepInEx_NetLauncher{ commitPrefix } { buildVersion } .zip",
You can’t perform that action at this time.
0 commit comments