Skip to content

Commit

Permalink
Remove package.json from integrity check to fix installing plugins ge…
Browse files Browse the repository at this point in the history
…tting detected as modification
  • Loading branch information
3urobeat committed Feb 9, 2024
1 parent d0e576c commit a4f3942
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
4 changes: 2 additions & 2 deletions scripts/generateFileStructure.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Created Date: 2023-09-02 14:41:54
* Author: 3urobeat
*
* Last Modified: 2023-12-27 13:56:44
* Last Modified: 09.02.2024 08:56:13
* Modified By: 3urobeat
*
* Copyright (c) 2023 3urobeat <https://github.com/3urobeat>
Expand All @@ -30,7 +30,7 @@ const ignore = [
".git", "node_modules", "backup", "plugins", // Folders
"logininfo.json", "accounts.txt", "config.json", "proxies.txt", "quotes.txt", "advancedconfig.json", "config.json", "customlang.json", // Config files
"output.txt", "src/data/cache.json", "src/data/data.json", "src/data/fileStructure.json", "src/data/lastcomment.db", "src/data/ratingHistory.db", "src/data/tokens.db", "src/data/userSettings.db", // Files changing at runtime
"comment-service-bot.code-workspace", "package-lock.json" // Misc
"comment-service-bot.code-workspace", "package.json", "package-lock.json" // Misc
];

const output = [];
Expand Down
7 changes: 1 addition & 6 deletions src/data/fileStructure.json
Original file line number Diff line number Diff line change
Expand Up @@ -275,11 +275,6 @@
"url": "https://raw.githubusercontent.com/3urobeat/steam-comment-service-bot/beta-testing/docs/wiki/version_changelogs.md",
"checksum": "41b3dd13d210e3d1196727eae8b31802"
},
{
"path": "package.json",
"url": "https://raw.githubusercontent.com/3urobeat/steam-comment-service-bot/beta-testing/package.json",
"checksum": "84c9af05f63e7ae406a1c0a9b0baa7c9"
},
{
"path": "scripts/README.md",
"url": "https://raw.githubusercontent.com/3urobeat/steam-comment-service-bot/beta-testing/scripts/README.md",
Expand All @@ -293,7 +288,7 @@
{
"path": "scripts/generateFileStructure.js",
"url": "https://raw.githubusercontent.com/3urobeat/steam-comment-service-bot/beta-testing/scripts/generateFileStructure.js",
"checksum": "ff69746274fcff8317dd610d0169a2e1"
"checksum": "34df68cb56b63515681f021f4ff08840"
},
{
"path": "scripts/langStringsChangeDetector.js",
Expand Down

0 comments on commit a4f3942

Please sign in to comment.