mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-11 19:04:05 +02:00
Add disable-bluescreen to README, update copyright date
This commit is contained in:
@@ -112,7 +112,7 @@ Command Line
|
|||||||
---------------------------------------------------------------------------
|
---------------------------------------------------------------------------
|
||||||
|
|
||||||
| Command | Description | Example |
|
| Command | Description | Example |
|
||||||
| --------------------- | ------------------------------------------------ | --------------------------------- |
|
| --------------------- | ------------------------------------------------ | --------------------------------------------|
|
||||||
| `scale:SIZE` | Change window scale factor | `scale:2` |
|
| `scale:SIZE` | Change window scale factor | `scale:2` |
|
||||||
| `kiosk` | Fullscreen mode | |
|
| `kiosk` | Fullscreen mode | |
|
||||||
| `proxy:SERVER[:PORT]` | Proxy server to use | `proxy:wwwcache.lancs.ac.uk:8080` |
|
| `proxy:SERVER[:PORT]` | Proxy server to use | `proxy:wwwcache.lancs.ac.uk:8080` |
|
||||||
@@ -120,6 +120,7 @@ Command Line
|
|||||||
| `ddir DIRECTORY` | Directory used for saving stamps and preferences | |
|
| `ddir DIRECTORY` | Directory used for saving stamps and preferences | |
|
||||||
| `ptsave:SAVEID` | Open online save, used by ptsave: URLs | `ptsave:2198` |
|
| `ptsave:SAVEID` | Open online save, used by ptsave: URLs | `ptsave:2198` |
|
||||||
| `disable-network` | Disables internet connections | |
|
| `disable-network` | Disables internet connections | |
|
||||||
|
| `disable-bluescreen` | Disable bluescreen handler | |
|
||||||
| `redirect` | Redirects output to stdout.txt / stderr.txt | |
|
| `redirect` | Redirects output to stdout.txt / stderr.txt | |
|
||||||
| `cafile:CAFILE` | Set certificate bundle path | `cafile:/etc/ssl/certs/ca-certificates.crt` |
|
| `cafile:CAFILE` | Set certificate bundle path | `cafile:/etc/ssl/certs/ca-certificates.crt` |
|
||||||
| `capath:CAPATH` | Set certificate directory path | `capath:/etc/ssl/certs` |
|
| `capath:CAPATH` | Set certificate directory path | `capath:/etc/ssl/certs` |
|
||||||
|
@@ -18,7 +18,7 @@
|
|||||||
<key>CFBundleIconFile</key>
|
<key>CFBundleIconFile</key>
|
||||||
<string>icon_exe.icns</string>
|
<string>icon_exe.icns</string>
|
||||||
<key>NSHumanReadableCopyright</key>
|
<key>NSHumanReadableCopyright</key>
|
||||||
<string>Copyright © 2008-2011 Stanislaw K Skowrenek, Copyright © 2011-2022 Simon Robertshaw, Copyright © 2016-2022 jacob1</string>
|
<string>Copyright © 2008-2011 Stanislaw K Skowrenek, Copyright © 2011-2023 Simon Robertshaw, Copyright © 2016-2023 jacob1</string>
|
||||||
<key>CFBundleDevelopmentRegion</key>
|
<key>CFBundleDevelopmentRegion</key>
|
||||||
<string>English</string>
|
<string>English</string>
|
||||||
<key>CFBundleDocumentTypes</key>
|
<key>CFBundleDocumentTypes</key>
|
||||||
|
Reference in New Issue
Block a user