pake-cli 3.3.2 โ 3.3.4
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/dist/cli.js
CHANGED
|
@@ -22,7 +22,7 @@ import sharp from 'sharp';
|
|
|
22
22
|
import * as psl from 'psl';
|
|
23
23
|
|
|
24
24
|
var name = "pake-cli";
|
|
25
|
-
var version = "3.3.
|
|
25
|
+
var version = "3.3.4";
|
|
26
26
|
var description = "๐คฑ๐ป Turn any webpage into a desktop app with one command. ๐คฑ๐ป ไธ้ฎๆๅ
็ฝ้กต็ๆ่ฝป้ๆก้ขๅบ็จใ";
|
|
27
27
|
var engines = {
|
|
28
28
|
node: ">=18.0.0"
|
|
@@ -1588,7 +1588,8 @@ ${green('|_| \\__,_|_|\\_\\___| can turn any webpage into a desktop app with
|
|
|
1588
1588
|
program
|
|
1589
1589
|
.addHelpText('beforeAll', logo)
|
|
1590
1590
|
.usage(`[url] [options]`)
|
|
1591
|
-
.showHelpAfterError()
|
|
1591
|
+
.showHelpAfterError()
|
|
1592
|
+
.helpOption(false);
|
|
1592
1593
|
program
|
|
1593
1594
|
.argument('[url]', 'The web URL you want to package', validateUrlInput)
|
|
1594
1595
|
// Refer to https://github.com/tj/commander.js#custom-option-processing, turn string array into a string connected with custom connectors.
|
|
@@ -1661,7 +1662,20 @@ program
|
|
|
1661
1662
|
.addOption(new Option('--installer-language <string>', 'Installer language')
|
|
1662
1663
|
.default(DEFAULT_PAKE_OPTIONS.installerLanguage)
|
|
1663
1664
|
.hideHelp())
|
|
1664
|
-
.version(packageJson.version, '-v, --version'
|
|
1665
|
+
.version(packageJson.version, '-v, --version')
|
|
1666
|
+
.configureHelp({
|
|
1667
|
+
sortSubcommands: true,
|
|
1668
|
+
optionTerm: (option) => {
|
|
1669
|
+
if (option.flags === '-v, --version')
|
|
1670
|
+
return '';
|
|
1671
|
+
return option.flags;
|
|
1672
|
+
},
|
|
1673
|
+
optionDescription: (option) => {
|
|
1674
|
+
if (option.flags === '-v, --version')
|
|
1675
|
+
return '';
|
|
1676
|
+
return option.description;
|
|
1677
|
+
},
|
|
1678
|
+
})
|
|
1665
1679
|
.action(async (url, options) => {
|
|
1666
1680
|
await checkUpdateTips();
|
|
1667
1681
|
if (!url) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"productName": "
|
|
3
|
-
"identifier": "com.pake.
|
|
2
|
+
"productName": "TestWorkflow",
|
|
3
|
+
"identifier": "com.pake.33f03a",
|
|
4
4
|
"version": "1.0.0",
|
|
5
5
|
"app": {
|
|
6
6
|
"withGlobalTauri": true,
|
|
@@ -13,14 +13,14 @@
|
|
|
13
13
|
},
|
|
14
14
|
"bundle": {
|
|
15
15
|
"icon": [
|
|
16
|
-
"icons/
|
|
16
|
+
"icons/testworkflow.icns"
|
|
17
17
|
],
|
|
18
18
|
"active": true,
|
|
19
19
|
"targets": [
|
|
20
|
-
"
|
|
20
|
+
"dmg"
|
|
21
21
|
],
|
|
22
22
|
"resources": [
|
|
23
|
-
"icons/
|
|
23
|
+
"icons/testworkflow.icns"
|
|
24
24
|
]
|
|
25
25
|
}
|
|
26
26
|
}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"bundle": {
|
|
3
3
|
"icon": [
|
|
4
|
-
"icons/
|
|
4
|
+
"icons/testworkflow.icns"
|
|
5
5
|
],
|
|
6
6
|
"active": true,
|
|
7
7
|
"targets": [
|
|
8
|
-
"
|
|
8
|
+
"dmg"
|
|
9
9
|
],
|
|
10
10
|
"resources": [
|
|
11
|
-
"icons/
|
|
11
|
+
"icons/testworkflow.icns"
|
|
12
12
|
]
|
|
13
13
|
}
|
|
14
14
|
}
|
package/src-tauri/Cargo.toml
CHANGED
|
@@ -16,7 +16,6 @@ window.addEventListener("DOMContentLoaded", (_event) => {
|
|
|
16
16
|
#masthead-ad,
|
|
17
17
|
#app > header > div > div.menu,
|
|
18
18
|
#root > div > div.fixed.top-0.left-0.w-64.h-screen.p-10.pb-0.flex.flex-col.justify-between > div > div.space-y-4 > a:nth-child(3),
|
|
19
|
-
#app > div.layout > div.main-container > div.side-bar > div,
|
|
20
19
|
#app > div.layout > div.main-container > div.side-bar > li.divider,
|
|
21
20
|
#Rightbar > div:nth-child(6) > div.sidebar_compliance,
|
|
22
21
|
#__next > div.PageWithSidebarLayout_centeringDiv___L9br > aside > div > div > a.ChatPageFollowTwitterLink_followLink__Gl2tt,
|