mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-11 01:59:58 +00:00
Re-write app build, created macOS installer package
This commit is contained in:
@@ -6,7 +6,7 @@ const CopyWebpackPlugin = require("copy-webpack-plugin");
|
||||
|
||||
|
||||
const includePath = path.resolve(__dirname, "src");
|
||||
const outputPath = path.resolve(__dirname, "../dist/ext/");
|
||||
const outputPath = path.resolve(__dirname, "../dist/ext/unpacked");
|
||||
|
||||
module.exports = (env) => ({
|
||||
entry: {
|
||||
|
||||
Reference in New Issue
Block a user