mirror of
https://github.com/AltarikMC/Launcher
synced 2024-11-21 06:09:51 +01:00
Fix OS specification
This commit is contained in:
parent
aba0b780db
commit
2a7ba9c02e
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user