Skip to content

Commit

Permalink
Updated Version Text to NX 1.3.0 20211228 in several files
Browse files Browse the repository at this point in the history
Deleted DTXCreatorSetting.config as it will be auto-generated by DTXCreator.exe upon execution
Updated Installer setup.iss to exclude DTXCreatorSetting.config
Updated the Runtime binaries to latest commit
  • Loading branch information
fisyher committed Dec 28, 2021
1 parent 59b8638 commit ced568a
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 367 deletions.
2 changes: 1 addition & 1 deletion DTXMania/Code/App/CDTXMania.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ internal class CDTXMania : Game
{
// プロパティ

public static readonly string VERSION = "NX 1.2.1 20210402";
public static readonly string VERSION = "NX 1.3.0 20211228";
public static readonly string D3DXDLL = "d3dx9_43.dll"; // June 2010
//public static readonly string D3DXDLL = "d3dx9_42.dll"; // February 2010
//public static readonly string D3DXDLL = "d3dx9_41.dll"; // March 2009
Expand Down
2 changes: 1 addition & 1 deletion DTXMania/Code/Stage/02.Title/CStageTitle.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ namespace DTXMania
{
internal class CStageTitle : CStage
{
public static readonly string VERSION_DISPLAY = "DTX:NX:A:A:2021040200";
public static readonly string VERSION_DISPLAY = "DTX:NX:A:A:2021122800";
// コンストラクタ

public CStageTitle()
Expand Down
8 changes: 3 additions & 5 deletions Installer setup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@

// custom setup info
#define MyAppSetupName "DTXManiaNX"
#define MyAppVersion "1.2.1"
#define MyAppVersion "1.3.0"
#define MyAppPublisher "limyz"
#define MyAppURL "https://github.com/limyz/DTXmaniaNX"
#define MyAppSupportURL "https://discord.gg/Q8xeugf"
#define MyAppExeName "DTXManiaGR.exe"
#define MyAppExeName "DTXManiaNX.exe"
#define MyAppCopyright "Copyright © 2020-2021 DTXManiaNX"

[Setup]
Expand Down Expand Up @@ -391,11 +391,9 @@ Source: "netcorecheck_x64.exe"; Flags: dontcopy noencryption

[Files]
Source: "Runtime\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion
Source: "Runtime\{#MyAppExeName}.config"; DestDir: "{app}"; Flags: ignoreversion
Source: "Runtime\DTXCreator.exe"; DestDir: "{app}"; Flags: ignoreversion
Source: "Runtime\DTXCreator.exe.config"; DestDir: "{app}"; Flags: ignoreversion
Source: "Runtime\DTXCreatorSetting.config"; DestDir: "{app}"; Flags: ignoreversion
Source: "Runtime\DTXManiaGR.exe"; DestDir: "{app}"; Flags: ignoreversion
Source: "Runtime\DTXManiaGR.exe.config"; DestDir: "{app}"; Flags: ignoreversion
Source: "Runtime\FDK.MemoryRenderer.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "Runtime\Manual.chm"; DestDir: "{app}"; Flags: ignoreversion
Source: "Runtime\readme_jp.txt"; DestDir: "{app}"; Flags: ignoreversion
Expand Down
Binary file modified Runtime/Config.ini
Binary file not shown.
Binary file modified Runtime/DTXCreator.exe
Binary file not shown.
Loading

0 comments on commit ced568a

Please sign in to comment.