mirror of
https://github.com/AdAstra-LD/DS-Pokemon-Rom-Editor.git
synced 2026-09-14 22:25:20 -05:00
maybe if I stop being a dumbass?
This commit is contained in:
4
.github/workflows/update-releases.yaml
vendored
4
.github/workflows/update-releases.yaml
vendored
@@ -71,7 +71,9 @@ jobs:
|
||||
run: |
|
||||
mkdir -p publish
|
||||
cp -r DS_Map/bin/${{env.BUILD_CONFIGURATION}}/* publish/
|
||||
ls DS_Map/bin/${{env.BUILD_CONFIGURATION}}/
|
||||
mkdir -p "publish/databases"
|
||||
robocopy databases "publish/databases" /E /XD "databases\.git\objects\pack"
|
||||
if ($LASTEXITCODE -le 7) { exit 0 } else { exit 1 }
|
||||
ls publish/
|
||||
|
||||
- name: Create Velopack Release
|
||||
|
||||
@@ -4,11 +4,11 @@ using System.Runtime.InteropServices;
|
||||
// Le informazioni generali relative a un assembly sono controllate dal seguente
|
||||
// set di attributi. Modificare i valori di questi attributi per modificare le informazioni
|
||||
// associate a un assembly.
|
||||
[assembly: AssemblyTitle("DSPRE Reloaded 1.13.1")]
|
||||
[assembly: AssemblyTitle("DSPRE Reloaded 1.14.0")]
|
||||
[assembly: AssemblyDescription("")]
|
||||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyCompany("")]
|
||||
[assembly: AssemblyProduct("DSPRE Reloaded 1.13.1")]
|
||||
[assembly: AssemblyProduct("DSPRE Reloaded 1.14.0")]
|
||||
[assembly: AssemblyCopyright("Copyright © 2025")]
|
||||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
@@ -31,5 +31,5 @@ using System.Runtime.InteropServices;
|
||||
// È possibile specificare tutti i valori oppure impostare valori predefiniti per i numeri relativi alla revisione e alla build
|
||||
// usando l'asterisco '*' come illustrato di seguito:
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
[assembly: AssemblyVersion("1.13.1")]
|
||||
[assembly: AssemblyFileVersion("1.13.1")]
|
||||
[assembly: AssemblyVersion("1.14.0")]
|
||||
[assembly: AssemblyFileVersion("1.14.0")]
|
||||
|
||||
Reference in New Issue
Block a user