Skip to content

Commit

Permalink
update installer app name to match everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
acnicholls committed Nov 17, 2024
1 parent f4730d1 commit af4416b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-release-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
run: |
devenv .\DatabaseTableScriptCreator.sln ^
/Build ${{ steps.get-build-type.outputs.build-type }} ^
/Project DatabaseScriptCreator ^
/Project DatabaseTableScriptCreatorInstaller ^
/Log InstallerBuild.log ^
/Out InstallerBuild.log ^
/NoSplash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create-release-with-asset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
run: |
devenv .\DatabaseTableScriptCreator.sln ^
/Build RELEASE ^
/Project DatabaseScriptCreator ^
/Project DatabaseTableScriptCreatorInstaller ^
/Log InstallerBuild.log ^
/Out InstallerBuild.log ^
/NoSplash
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion src/DatabaseTableScriptCreator.sln
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DatabaseTableScriptCreator", "DTSC\DatabaseTableScriptCreator.csproj", "{D603BC53-B58A-4894-864C-A266CEB428CE}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "DatabaseTableScriptCreatorInstaller", "DTSCSetup\DatabaseScriptCreator.vdproj", "{F069400B-1338-4548-A520-45CCA007279A}"
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "DatabaseTableScriptCreatorInstaller", "DTSCSetup\DatabaseTableScriptCreatorInstaller.vdproj", "{F069400B-1338-4548-A520-45CCA007279A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Resources", "..\Resources", "{F7DD86AD-ABB4-4720-BACF-747F7E021E17}"
ProjectSection(SolutionItems) = preProject
Expand Down

0 comments on commit af4416b

Please sign in to comment.