mirror of
https://github.com/solidtime-io/solidtime-desktop.git
synced 2026-05-07 20:32:27 +00:00
2c1e3f7a96
cleanup api package dependencies and fix imports add signing and notarization to github action disable linux snap target enable mac notarize and change publish provider to github releases update apple notarize env names update APPLE_API_KEY env variable to file path fix APPLE_API_ISSUER env variable name change github action to directly use electron-builder commands instead of action template add dependency install and build steps fix code signing in github action enable signing debug in github action add electron osx sign debug messages fix app id in config add all debug fix apple notarize step change apple api key env variable to use base64 change api key to simple env variable write api key to file disable notarization for mac build remove debug option from github action
11 lines
292 B
JSON
11 lines
292 B
JSON
{
|
|
"extends": "@electron-toolkit/tsconfig/tsconfig.node.json",
|
|
"include": ["electron.vite.config.*", "src/main/**/*", "src/preload/**/*"],
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"allowImportingTsExtensions": true,
|
|
"baseUrl": "./",
|
|
"types": ["electron-vite/node"],
|
|
}
|
|
}
|