diff options
author | Minteck <nekostarfan@gmail.com> | 2021-08-24 14:41:48 +0200 |
---|---|---|
committer | Minteck <nekostarfan@gmail.com> | 2021-08-24 14:41:48 +0200 |
commit | d25e11bee6ca5ca523884da132d18e1400e077b9 (patch) | |
tree | 8af39fde19f7ed640a60fb397c7edd647dff1c4c /node_modules/nexe/lib/patches/index.js | |
download | kartik-iridium-d25e11bee6ca5ca523884da132d18e1400e077b9.tar.gz kartik-iridium-d25e11bee6ca5ca523884da132d18e1400e077b9.tar.bz2 kartik-iridium-d25e11bee6ca5ca523884da132d18e1400e077b9.zip |
Initial commit
Diffstat (limited to 'node_modules/nexe/lib/patches/index.js')
-rw-r--r-- | node_modules/nexe/lib/patches/index.js | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/node_modules/nexe/lib/patches/index.js b/node_modules/nexe/lib/patches/index.js new file mode 100644 index 0000000..6c75700 --- /dev/null +++ b/node_modules/nexe/lib/patches/index.js @@ -0,0 +1,12 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +const gyp_1 = require("./gyp"); +const third_party_main_1 = require("./third-party-main"); +const build_fixes_1 = require("./build-fixes"); +const disable_node_cli_1 = require("./disable-node-cli"); +const flags_1 = require("./flags"); +const ico_1 = require("./ico"); +const node_rc_1 = require("./node-rc"); +const snapshot_1 = require("./snapshot"); +const patches = [gyp_1.default, third_party_main_1.default, build_fixes_1.default, disable_node_cli_1.default, flags_1.default, ico_1.default, node_rc_1.default, snapshot_1.default]; +exports.default = patches; |