mirror of
https://github.com/Eugeny/tabby.git
synced 2025-07-20 02:18:01 +00:00
script for local macos release
This commit is contained in:
BIN
app/.DS_Store
vendored
Normal file
BIN
app/.DS_Store
vendored
Normal file
Binary file not shown.
@@ -50,5 +50,14 @@
|
|||||||
"@types/mz": "0.0.32",
|
"@types/mz": "0.0.32",
|
||||||
"@types/node": "12.7.12",
|
"@types/node": "12.7.12",
|
||||||
"node-abi": "^2.18.0"
|
"node-abi": "^2.18.0"
|
||||||
}
|
},
|
||||||
|
"peerDependencies": {
|
||||||
|
"terminus-core": "*",
|
||||||
|
"terminus-settings": "*",
|
||||||
|
"terminus-serial": "*",
|
||||||
|
"terminus-plugin-manager": "*",
|
||||||
|
"terminus-community-color-schemes": "*",
|
||||||
|
"terminus-ssh": "*",
|
||||||
|
"terminus-terminal": "*"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
BIN
build/.DS_Store
vendored
Normal file
BIN
build/.DS_Store
vendored
Normal file
Binary file not shown.
@@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
appId: org.terminus
|
appId: org.terminus
|
||||||
productName: Terminus2
|
productName: Terminus
|
||||||
compression: normal
|
compression: normal
|
||||||
afterSign: "./build/mac/afterSignHook.js"
|
afterSign: "./build/mac/afterSignHook.js"
|
||||||
afterAllArtifactBuild: "./build/mac/afterBuildHook.js"
|
afterAllArtifactBuild: "./build/mac/afterBuildHook.js"
|
||||||
|
BIN
extras/.DS_Store
vendored
Normal file
BIN
extras/.DS_Store
vendored
Normal file
Binary file not shown.
8
scripts/release-macos.sh
Executable file
8
scripts/release-macos.sh
Executable file
@@ -0,0 +1,8 @@
|
|||||||
|
|
||||||
|
|
||||||
|
./scripts/install-deps.js
|
||||||
|
./scripts/build-native.js
|
||||||
|
yarn run build
|
||||||
|
./scripts/prepackage-plugins.js
|
||||||
|
npm run build
|
||||||
|
./scripts/build-macos.js
|
BIN
terminus-community-color-schemes/.DS_Store
vendored
Normal file
BIN
terminus-community-color-schemes/.DS_Store
vendored
Normal file
Binary file not shown.
BIN
terminus-core/.DS_Store
vendored
Normal file
BIN
terminus-core/.DS_Store
vendored
Normal file
Binary file not shown.
BIN
terminus-plugin-manager/.DS_Store
vendored
Normal file
BIN
terminus-plugin-manager/.DS_Store
vendored
Normal file
Binary file not shown.
BIN
terminus-serial/.DS_Store
vendored
Normal file
BIN
terminus-serial/.DS_Store
vendored
Normal file
Binary file not shown.
BIN
terminus-settings/.DS_Store
vendored
Normal file
BIN
terminus-settings/.DS_Store
vendored
Normal file
Binary file not shown.
BIN
terminus-ssh/.DS_Store
vendored
Normal file
BIN
terminus-ssh/.DS_Store
vendored
Normal file
Binary file not shown.
BIN
terminus-terminal/.DS_Store
vendored
Normal file
BIN
terminus-terminal/.DS_Store
vendored
Normal file
Binary file not shown.
Reference in New Issue
Block a user