Skip to content

Commit

Permalink
Add SteamLibraryManager 1.5.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Ash258 committed May 23, 2019
1 parent ddc31d8 commit 94824c5
Show file tree
Hide file tree
Showing 5 changed files with 42 additions and 14 deletions.
4 changes: 2 additions & 2 deletions .vscode/json.code-snippets
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"\t\"license\": {\"identifier\": \"$4\"},",
"\t\"notes\": \"$5\",",
"\t\"depends\": \"$6\",",
"\t\"url\": \"$7\",",
"\t\"hash\": \"$8\",",
"\t\"url\": \"${7:https://preffiled.com}\",",
"\t\"hash\": \"${8:sha1:d3c1b0fc5bea5ff5b77e2d637fdaebc62f4477f5}\",",
"\t\"bin\": \"$9\",",
"\t\"shortcuts\": [",
"\t\t[",
Expand Down
22 changes: 10 additions & 12 deletions .vscode/yaml.code-snippets
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"license: $4",
"notes: $5",
"depends: $6",
"url: prefilled",
"hash: prefilled",
"url: https://preffiled.com",
"hash: sha1:d3c1b0fc5bea5ff5b77e2d637fdaebc62f4477f5",
"bin: $7",
"shortcuts:",
"\t-",
Expand All @@ -33,11 +33,11 @@
"depends: $6",
"architecture:",
"\t64bit:",
"\t\turl: $7",
"\t\thash: $8",
"\t\turl: https://preffiled.com",
"\t\thash: sha1:d3c1b0fc5bea5ff5b77e2d637fdaebc62f4477f5",
"\t32bit:",
"\t\turl: $9",
"\t\thash: $10",
"\t\turl: https://preffiled.com",
"\t\thash: sha1:d3c1b0fc5bea5ff5b77e2d637fdaebc62f4477f5",
"bin: $11",
"shortcuts:",
"\t-",
Expand All @@ -54,11 +54,11 @@
"body": [
"architecture:",
"\t64bit:",
"\t\turl: $1",
"\t\thash: $2",
"\t\turl: https://preffiled.com",
"\t\thash: sha1:d3c1b0fc5bea5ff5b77e2d637fdaebc62f4477f5",
"\t32bit:",
"\t\turl: $3",
"\t\thash: $4",
"\t\turl: https://preffiled.com",
"\t\thash: sha1:d3c1b0fc5bea5ff5b77e2d637fdaebc62f4477f5",
],
},
"New Autoupdate with Arch": {
Expand All @@ -69,10 +69,8 @@
"\tarchitecture:",
"\t\t64bit:",
"\t\t\turl: $1",
"\t\t\thash: $2",
"\t\t32bit:",
"\t\t\turl: $3",
"\t\t\thash: $4",
],
},
"Check for existing persist file": {
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@
| [Steam Bulk Activator **(SteamBulkActivator)**](./bucket/SteamBulkActivator.json) ||| ✔ (✔) |
| [Steam Cleaner **(SteamCleaner)**](./bucket/SteamCleaner.json) ||| ✔ (⛔) |
| [Steam Idle Master **(IdleMaster)**](./bucket/IdleMaster.json) ||| ✔ (⛔) |
| [Steam Library Manager **(SteamLibraryManager)**](./bucket/SteamLibraryManager.json) ||| ✔ (⛔) |
| [SuperF4 **(SuperF4)**](./bucket/SuperF4.json) ||| ✔ (⛔) |
| [Switch UAC level **(SwitchUAC)**](./bucket/SwitchUAC.json) ||| ❌ (⛔) |
| [SyncFolders **(SyncFolders)**](./bucket/SyncFolders.json) ||| ✔ (⛔) |
Expand Down
11 changes: 11 additions & 0 deletions WindowsSandbox.wsb
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<Configuration>
<MappedFolders>
<MappedFolder>
<HostFolder>.\bin</HostFolder>
<ReadOnly>true</ReadOnly>
</MappedFolder>
</MappedFolders>
<LogonCommand>
<Command>%USERPROFILE%\Desktop\bin\SandboxInit.cmd</Command>
</LogonCommand>
</Configuration>
18 changes: 18 additions & 0 deletions bucket/SteamLibraryManager.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"version": "1.5.1.4",
"description": "Steam Library Manager. Manage Steam and Origin libraries in ease of use with multi library support.",
"homepage": "https://github.com/RevoLand/Steam-Library-Manager/",
"license": "MIT",
"url": "https://github.com/RevoLand/Steam-Library-Manager/releases/download/v1.5.1.4/Steam.Library.Manager.zip",
"hash": "edf88ae4688c7d4b7b28c841b206a1b6256a087e27f2b2ab2354629eb1b7beac",
"shortcuts": [
[
"Steam Library Manager.exe",
"Steam Library Manager"
]
],
"checkver": "github",
"autoupdate": {
"url": "https://github.com/RevoLand/Steam-Library-Manager/releases/download/v$version/Steam.Library.Manager.zip"
}
}

1 comment on commit 94824c5

@Ash258
Copy link
Owner Author

@Ash258 Ash258 commented on 94824c5 May 25, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#4

Please sign in to comment.