Merge branch 'main' of https://github.com/ProjectPolygon/PolygonDLLUtilities
This commit is contained in:
commit
4068b44c2b
|
|
@ -15,9 +15,8 @@ Test signature check:
|
||||||
Test command line parameter reimplementation (2010/2011 builds only):
|
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`
|
> `> 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):
|
Test DataModel creation (Arbiter builds only):
|
||||||
> `> RobloxApp.exe -jobId ExampleJobId` - Should open an output console
|
> Run `print("NewGame")` - Should create a new DataModel with an executed script
|
||||||
> Run `print(game.jobId)` - Should print "ExampleJobId" in the console
|
|
||||||
|
|
||||||
# vcpkg
|
# vcpkg
|
||||||
```
|
```
|
||||||
|
|
@ -25,4 +24,4 @@ Test output and jobId (Arbiter builds only):
|
||||||
> .\vcpkg\bootstrap-vcpkg.bat
|
> .\vcpkg\bootstrap-vcpkg.bat
|
||||||
> .\vcpkg\vcpkg integrate install
|
> .\vcpkg\vcpkg integrate install
|
||||||
> .\vcpkg\vcpkg integrate project
|
> .\vcpkg\vcpkg integrate project
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue