1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2025-12-13 02:01:51 +00:00
tobspr_shapez.io/electron
Даниїл Григор'єв ae1cd71d3b
Fix file writes to non-existent directories
When the game attempts to create the settings file but its directory
does not exist yet, an early error occurs. In reality, there is no way
for the directory to be created without user intervention. This change
makes sure the directory is created before any attempt to write a file
is done. Errors related to directory creation and/or file writes are
still reported as usual.
2025-03-26 22:46:14 +02:00
..
src Fix file writes to non-existent directories 2025-03-26 22:46:14 +02:00
favicon.icns Update favicon and improve loading time 2022-06-16 09:58:12 +02:00
favicon.ico Update favicon and improve loading time 2022-06-16 09:58:12 +02:00
favicon.png Update favicon and improve loading time 2022-06-16 09:58:12 +02:00
package.json Add missing TypeScript package and update readme 2025-03-26 22:23:17 +02:00
preload.cjs Rewrite the Electron wrapper (#47) 2025-03-21 16:30:13 +02:00
tsconfig.json Rewrite the Electron wrapper (#47) 2025-03-21 16:30:13 +02:00
yarn.lock Add missing TypeScript package and update readme 2025-03-26 22:23:17 +02:00