chore: relicense from MIT to GPL-3.0

This commit is contained in:
2026-04-04 14:14:24 -07:00
parent b1697282e3
commit 9348d1d4eb
2 changed files with 675 additions and 1 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
"main": "dist/main/index.js",
"homepage": "https://github.com/bigjakk/Krunker-Civilian-Client",
"author": "Krunker Civilian Client <krunker@crjlab.net>",
"license": "MIT",
"license": "GPL-3.0",
"scripts": {
"postinstall": "node scripts/download-electron.js",
"dev": "vite build --mode development --config vite.main.config.ts && vite build --mode development --config vite.preload.config.ts && electron .",