This commit is contained in:
Tobias Hopp 2023-05-28 17:22:27 +02:00
parent 572b47104f
commit 808b9411f3
6 changed files with 354 additions and 806 deletions

View File

@ -20,7 +20,7 @@ body {
#titleBox { #titleBox {
text-align: center; text-align: center;
font-size: 2.2em; font-size: 2.2em;
margin-top: -2.8%; margin-top: -2.0%;
color: #FFFFFF; color: #FFFFFF;
font-family: Rachana, serif; font-family: Rachana, serif;
} }
@ -173,4 +173,4 @@ body {
color: #000; color: #000;
text-decoration: none; text-decoration: none;
cursor: pointer; cursor: pointer;
} }

0
install.sh Normal file → Executable file
View File

View File

@ -1,4 +1,5 @@
#!/bin/bash #!/bin/bash
echo "Add this script to autostart" echo "Add this script to autostart"
mkdir -p ./temp
sudo mount -t tmpfs -o size=2m tmpfs ./temp/ sudo mount -t tmpfs -o size=2m tmpfs ./temp/
echo "Mounted!" echo "Mounted!"

View File

@ -17,7 +17,8 @@
"scripts": { "scripts": {
"build": "tsc; webpack", "build": "tsc; webpack",
"watch": "tsc -w", "watch": "tsc -w",
"start": "npm run build && electron ./dist/main.js" "start": "npm run build && electron ./dist/main.js",
"startNC": "electron ./dist/main.js"
}, },
"devDependencies": { "devDependencies": {
"@types/electron": "^1.6.10", "@types/electron": "^1.6.10",

File diff suppressed because it is too large Load Diff

View File

@ -1775,6 +1775,11 @@ ts-loader@^9.4.2:
micromatch "^4.0.0" micromatch "^4.0.0"
semver "^7.3.4" semver "^7.3.4"
tsc@^2.0.4:
version "2.0.4"
resolved "https://registry.yarnpkg.com/tsc/-/tsc-2.0.4.tgz#5f6499146abea5dca4420b451fa4f2f9345238f5"
integrity sha512-fzoSieZI5KKJVBYGvwbVZs/J5za84f2lSTLPYf6AGiIf43tZ3GNrI1QzTLcjtyDDP4aLxd46RTZq1nQxe7+k5Q==
type-fest@^0.13.1: type-fest@^0.13.1:
version "0.13.1" version "0.13.1"
resolved "https://registry.npmjs.org/type-fest/-/type-fest-0.13.1.tgz" resolved "https://registry.npmjs.org/type-fest/-/type-fest-0.13.1.tgz"