Skip to content

Commit

Permalink
Expose jszip on the ccmod global
Browse files Browse the repository at this point in the history
  • Loading branch information
lexisother committed Aug 10, 2024
1 parent 63cd946 commit 7cf8130
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/runtime/src/_main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import * as paths from '@ccloader3/common/paths';
import { stdlibNamespace as utils } from '@ccloader3/common/utils';
import requireFixed from '@ccloader3/common/require';
import semver from '@ccloader3/common/vendor-libs/semver';
import jszip from '@ccloader3/common/vendor-libs/jszip';
import * as patchStepsLib from '@ccloader3/common/vendor-libs/patch-steps';

import { namespace as patchList } from './patch-list';
Expand All @@ -25,6 +26,7 @@ export default class RuntimeModMainClass implements modloader.Mod.PluginClass {
utils,
require: requireFixed,
semver,
jszip,
// @ts-expect-error genuinely no idea what's going on here.
patchStepsLib,
patchList,
Expand Down

0 comments on commit 7cf8130

Please sign in to comment.