This commit is contained in:
lightbulblighter 2022-06-05 01:21:47 -07:00
commit 4068b44c2b
No known key found for this signature in database
GPG Key ID: 0B2452F9DE0E2D01
1 changed files with 3 additions and 4 deletions

View File

@ -15,9 +15,8 @@ Test signature check:
Test command line parameter reimplementation (2010/2011 builds only):
> `> RobloxApp.exe -a http://polygondev.pizzaboxer.xyz/login/negotiate.ashx -t 0 -j http://polygondev.pizzaboxer.xyz/game/visit.ashx`
Test output and jobId (Arbiter builds only):
> `> RobloxApp.exe -jobId ExampleJobId` - Should open an output console
> Run `print(game.jobId)` - Should print "ExampleJobId" in the console
Test DataModel creation (Arbiter builds only):
> Run `print("NewGame")` - Should create a new DataModel with an executed script
# vcpkg
```
@ -25,4 +24,4 @@ Test output and jobId (Arbiter builds only):
> .\vcpkg\bootstrap-vcpkg.bat
> .\vcpkg\vcpkg integrate install
> .\vcpkg\vcpkg integrate project
```
```