* Upgrade tauri to v2 * update action and disable menu * Add args to workflow step in test.yml * Rename environment variables for Tauri signing * Change mainBinaryName from 'Cinny' to 'cinny' * Update linux file names to use 'Cinny' instead of 'cinny' * Upgrade Tauri action to v0.6.1 and fix targets Updated Tauri action version and corrected target specification.
35 lines
949 B
JSON
35 lines
949 B
JSON
{
|
|
"name": "cinny",
|
|
"version": "4.10.5",
|
|
"description": "Yet another matrix client",
|
|
"main": "index.js",
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
},
|
|
"scripts": {
|
|
"tauri": "cp config.json cinny/ && tauri",
|
|
"release": "node scripts/release.mjs"
|
|
},
|
|
"keywords": [],
|
|
"author": "Ajay Bura",
|
|
"license": "AGPL-3.0-only",
|
|
"dependencies": {
|
|
"@tauri-apps/api": "2.7.0",
|
|
"@tauri-apps/plugin-clipboard-manager": "2.3.0",
|
|
"@tauri-apps/plugin-dialog": "2.3.2",
|
|
"@tauri-apps/plugin-fs": "2.4.1",
|
|
"@tauri-apps/plugin-global-shortcut": "2.3.0",
|
|
"@tauri-apps/plugin-http": "2.5.1",
|
|
"@tauri-apps/plugin-notification": "2.3.0",
|
|
"@tauri-apps/plugin-os": "2.3.0",
|
|
"@tauri-apps/plugin-process": "2.3.0",
|
|
"@tauri-apps/plugin-shell": "2.3.0",
|
|
"@tauri-apps/plugin-updater": "2.9.0"
|
|
},
|
|
"devDependencies": {
|
|
"@actions/github": "6.0.0",
|
|
"@tauri-apps/cli": "2.7.1",
|
|
"node-fetch": "3.3.2"
|
|
}
|
|
}
|