4
0
mirror of https://github.com/AltarikMC/Launcher synced 2024-11-21 06:09:51 +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

@ -1,6 +1,6 @@
{
"name": "altarik-launcher",
"author":"Altarik",
"author": "Altarik",
"version": "0.3.2",
"description": "Altarik Launcher",
"main": "src/server/main.js",
@ -13,7 +13,9 @@
"maintainers": [
"SexiestCHiba"
],
"os": ["win-32"],
"os": [
"win32"
],
"license": "BSD-3-Clause",
"scripts": {
"start": "electron-forge start",