diff --git a/python/build.cmd b/python/build.cmd new file mode 100644 index 0000000..94be8f0 --- /dev/null +++ b/python/build.cmd @@ -0,0 +1,2 @@ +pyinstaller --onefile switchBundle.py +pause \ No newline at end of file diff --git a/python/dist/switchBundle.exe b/python/dist/switchBundle.exe index c160288..29b6c4f 100644 Binary files a/python/dist/switchBundle.exe and b/python/dist/switchBundle.exe differ diff --git a/python/switchBundle.py b/python/switchBundle.py index c41db6a..7104fad 100644 --- a/python/switchBundle.py +++ b/python/switchBundle.py @@ -26,7 +26,9 @@ BundleConfig = { } unlinkArray = [ + 'cocos2d-js.109f3.js', 'cocos2d-js-min.13181.js', + 'physics.9d2de.js', 'physics-min.ce5ee.js', 'style-desktop.dfd76.css', 'style-mobile.6e9cd.css',