Skip to content

Commit

Permalink
refactor: Remove bluezip
Browse files Browse the repository at this point in the history
  • Loading branch information
colin969 committed Jan 18, 2025
1 parent 5715e7d commit 37cc66d
Show file tree
Hide file tree
Showing 14 changed files with 42 additions and 393 deletions.
1 change: 1 addition & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export default tseslint.config(
...tseslint.configs.recommended,
{
files: ['**/*.{js,jsx,ts,tsx}'],
ignores: ['gulpfile.js'],
plugins: {
react,
'@stylistic': stylistic,
Expand Down
1 change: 0 additions & 1 deletion extern/bluezip/DB_PATH

This file was deleted.

4 changes: 0 additions & 4 deletions extern/bluezip/_CONVERT.bat

This file was deleted.

3 changes: 0 additions & 3 deletions extern/bluezip/_ROLLBACK.bat

This file was deleted.

Binary file removed extern/bluezip/bin/7za.exe
Binary file not shown.
90 changes: 0 additions & 90 deletions extern/bluezip/bin/LICENSE_7zip

This file was deleted.

176 changes: 0 additions & 176 deletions extern/bluezip/bin/LICENSE_TrrntZipNET

This file was deleted.

Binary file removed extern/bluezip/bin/trrntzip.exe
Binary file not shown.
Binary file removed extern/bluezip/bluezip.exe
Binary file not shown.
5 changes: 0 additions & 5 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,6 @@ const copyFiles = [
to: './extern/utils',
filter: ['**'],
},
{
from: './extern/bluezip',
to: './extern/bluezip',
filter: ['**'],
},
{
// Only copy 7zip execs for packed platform
from: './extern/7zip-bin',
Expand Down
Loading

0 comments on commit 37cc66d

Please sign in to comment.