diff --git a/LICENSE.md b/LICENSE.md index 940acef..a4301fc 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2020-2022 OpenFusion Contributors +Copyright (c) 2020-2023 OpenFusion Contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/package.json b/package.json index 46c92d2..161bdb0 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,6 @@ "scripts": { "postinstall": "npx patch-package && npm explore electron-prebuilt -- npm run postinstall", "start": "electron .", - "build": "node build.js", "pack": "electron-builder --win --ia32 --dir", "dist": "electron-builder --win --ia32", "prettier": "npx prettier --write ." @@ -52,12 +51,17 @@ }, "files": [ "!patches${/*}", + "!.vscode${/*}", "!*.php", "!rankurl.txt", "!README.md", - "!.npmrc" + "!LICENSE.md", + "!.npmrc", + "!.prettierrc", + "!.prettierignore" ], "extraFiles": [ + "LICENSE.md", { "from": "build/utils", "to": "utils"