/
mkudmi
/
RUF-API-Platform
Обзор
Документация
Войти
/
mkudmi
/
RUF-API-Platform
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
github
src-tauri/tauri.conf.json
67 строк
2 KB
mkudmi
Bump version to 0.4.91 in package.json and tauri.conf.json
25 май 2026, 22:50
25 май 2026, 22:50
64278ef
Код
Авторство
О чём код?
{ "$schema": "../node_modules/@tauri-apps/cli/config.schema.json", "productName": "Ruf", "version": "0.4.91", "identifier": "com.ruf.desktop", "build": { "beforeDevCommand": "npm run tauri:ui:dev", "beforeBuildCommand": "npm run tauri:ui:build", "devUrl": "http://127.0.0.1:5174", "frontendDist": "../dist" }, "app": { "windows": [ { "label": "main", "title": "Ruf", "width": 1200, "height": 800, "maximized": true, "decorations": false, "titleBarStyle": "Overlay", "hiddenTitle": true, "acceptFirstMouse": true, "resizable": true, "dragDropEnabled": false } ], "security": { "csp": null } }, "bundle": { "active": true, "targets": [ "nsis" ], "windows": { "nsis": { "installMode": "currentUser" } }, "createUpdaterArtifacts": true, "fileAssociations": [ { "ext": [ "rufcollection" ], "name": "RUF Collection", "description": "JSON Source file", "mimeType": "application/json" } ], "icon": [ "icons/icon.ico", "icons/icon.png" ] }, "plugins": { "updater": { "active": true, "endpoints": [ "https://github.com/mkudmi/RUF-API-Platform/releases/latest/download/latest.json" ], "pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IEFBNEU0MTlFRkIxMkUxQUMKUldTczRSTDdua0ZPcW5aTDRTcU9IZ2RBL0c2SUwvMFBYeXZ2U2lNQnltdDFEdEFhdngvSTV4dmsK" } } }