Skip to content

Commit

Permalink
Add installer to database
Browse files Browse the repository at this point in the history
  • Loading branch information
Aldin101 committed Oct 26, 2023
1 parent 6cdbed9 commit 8dc14dd
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
Binary file added .Database/SteamCloudify Installer.exe
Binary file not shown.
1 change: 1 addition & 0 deletions Build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ while (1) {
}
$Config | ConvertTo-Json -depth 32 | Format-Json | Set-Content ".\BuildTool.json"
echo "Transferring files..."
copy-item ".\Multi Game Installer\SteamCloudify Installer.exe" ".\.Database\" -Force -ErrorAction SilentlyContinue
foreach ($games in $config.games) {
mkdir ".\.Database\$($games.name)" -Force | out-null
Copy-Item "$($games.installer)\Built Executables\*" ".\.Database\$($games.name)\" -Force -ErrorAction SilentlyContinue
Expand Down
2 changes: 1 addition & 1 deletion Multi Game Installer/SteamCloudInstaller.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ foreach($game in $options) {
++$i
}
echo "[$i] Not listed? Add it!"
$choice = Read-Host "What game would you like to enable Steam CLoud for?"
$choice = Read-Host "What game would you like to enable Steam Cloud for?"

if ($choice -eq $i) {
echo "Making support for a new game is easy! If the game runs a common game engine like Unity or Unreal" "there are ready to use templates already available!"
Expand Down
Binary file modified Multi Game Installer/SteamCloudify Installer.exe
Binary file not shown.
8 changes: 4 additions & 4 deletions Multi Game Installer/VersionInfo.rc
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ BLOCK "StringFileInfo"
BLOCK "040904B0"
{
VALUE "CompanyName", "Aldin101"
VALUE "FileDescription", "Steam Cloud Installer "
VALUE "FileDescription", "SteamCloudify Installer "
VALUE "FileVersion", "1.0.0"
VALUE "InternalName", "Steam Cloud Installer "
VALUE "InternalName", "SteamCloudify Installer "
VALUE "LegalCopyright", "Aldin101"
VALUE "OriginalFilename", "Steam Cloud Installer.exe"
VALUE "ProductName", "Steam Cloud"
VALUE "OriginalFilename", "SteamCloudify Installer.exe"
VALUE "ProductName", "SteamCloudify"
VALUE "ProductVersion", "1.0.0"
}
}
Expand Down

0 comments on commit 8dc14dd

Please sign in to comment.