The halt update

This commit is contained in:
themitosan 2023-08-31 14:03:18 -03:00
parent b27076dcd9
commit 9eb167b9ab
7 changed files with 4 additions and 3 deletions

View file

@ -11,6 +11,7 @@ html, body {
color: #fff;
overflow: hidden;
user-select: none;
filter: grayscale(1);
font-family: monospace;
scroll-behavior: smooth;
background-color: #0f1e3e;

BIN
App/img/banner.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 718 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 136 KiB

After

Width:  |  Height:  |  Size: 114 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 172 KiB

After

Width:  |  Height:  |  Size: 90 KiB

Binary file not shown.

View file

@ -2,7 +2,7 @@
Created by TheMitoSan (Previously known as TemmieHeartz), This is a simple launcher created for [fpPS4](https://github.com/red-prig/fpPS4/) project.
<p align="center">
<img src="https://pbs.twimg.com/media/Fkt3QiDXgAAoPTy?format=jpg&name=large" width="750">
<img src="App/img/banner.png" width="750">
</p>
## How to install
@ -19,4 +19,4 @@ You can setup both launcher and emulator using [this tutorial](https://docs.goog
- [node-stream-zip](https://github.com/antelle/node-stream-zip) - created by [antelle](https://github.com/antelle)
- [TMS.js](https://github.com/themitosan/TMS.js) by [TheMitoSan](https://github.com/themitosan/) <sup><i>(Hi!)</i></sup>
<u><i><b>IMPORTANT</b>: This software does not allow you to obtain free PS4 Games / Apps.</i></u>
<u><i><b>IMPORTANT</b>: This software does not allow you to obtain free PS4 Games / Apps.</i></u>

View file

@ -1,5 +1,5 @@
{
"version": "1.2.1",
"version": "1.2.2",
"license": "GPL-2",
"author": "TheMitoSan",
"main": "App/index.htm",