create-next2d-app 2.0.1 → 2.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +1 -1
- package/dist/index.js +2 -2
- package/package.json +1 -1
package/LICENSE
CHANGED
package/dist/index.js
CHANGED
|
@@ -277,6 +277,7 @@ const createApp = (app_name, template = "@next2d/framework-template") => {
|
|
|
277
277
|
"build:steam:macos": "npx @next2d/builder --platform steam:macos --env prd",
|
|
278
278
|
"build:steam:linux": "npx @next2d/builder --platform steam:linux --env prd",
|
|
279
279
|
"build:web": "npx @next2d/builder --platform web --env prd",
|
|
280
|
+
"build": "npx @next2d/builder",
|
|
280
281
|
"test": "npx vitest",
|
|
281
282
|
"generate": "npx @next2d/view-generator"
|
|
282
283
|
}
|
|
@@ -317,7 +318,7 @@ const createApp = (app_name, template = "@next2d/framework-template") => {
|
|
|
317
318
|
"*.sw?",
|
|
318
319
|
"src/config/Config.*",
|
|
319
320
|
"src/Packages.*",
|
|
320
|
-
"electron
|
|
321
|
+
"electron/resources"
|
|
321
322
|
];
|
|
322
323
|
fs.writeFileSync(path.join(root, ".gitignore"), ignoreList.join(os.EOL));
|
|
323
324
|
install(root, appName, template, [
|
|
@@ -327,7 +328,6 @@ const createApp = (app_name, template = "@next2d/framework-template") => {
|
|
|
327
328
|
"jsdom",
|
|
328
329
|
"vite",
|
|
329
330
|
"vitest",
|
|
330
|
-
"electron",
|
|
331
331
|
"@capacitor/cli",
|
|
332
332
|
"@capacitor/core",
|
|
333
333
|
"@capacitor/ios",
|