4
0
mirror of https://github.com/AltarikMC/Launcher synced 2024-11-22 06:19:50 +01:00

Fix OS specification

This commit is contained in:
Quentin Legot 2021-05-13 11:26:38 +02:00
parent aba0b780db
commit 2a7ba9c02e

View File

@ -13,7 +13,9 @@
"maintainers": [
"SexiestCHiba"
],
"os": ["win-32"],
"os": [
"win32"
],
"license": "BSD-3-Clause",
"scripts": {
"start": "electron-forge start",