From f8ca15422fe67fe24cbab69d7e0fa069e6bf0e6b Mon Sep 17 00:00:00 2001 From: RoyceDa Date: Wed, 18 Feb 2026 20:39:58 +0200 Subject: [PATCH 1/4] =?UTF-8?q?=D0=90=D0=B2=D1=82=D0=BE=D0=BC=D0=B0=D1=82?= =?UTF-8?q?=D0=B8=D1=87=D0=B5=D1=81=D0=BA=D0=B0=D1=8F=20=D1=81=D0=B1=D0=BE?= =?UTF-8?q?=D1=80=D0=BA=D0=B0=20=D1=81=D0=B5=D1=80=D0=B2=D0=B8=D1=81=D0=BD?= =?UTF-8?q?=D1=8B=D1=85=20=D0=BF=D0=B0=D0=BA=D0=B5=D1=82=D0=BE=D0=B2=20?= =?UTF-8?q?=D0=BE=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5=D0=BD=D0=B8=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/service-packs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/service-packs.yaml b/.gitea/workflows/service-packs.yaml index 008d538..ab5bf4a 100644 --- a/.gitea/workflows/service-packs.yaml +++ b/.gitea/workflows/service-packs.yaml @@ -7,7 +7,7 @@ on: branches: - main paths: - - 'lib/**' + - 'app/**' jobs: build: @@ -53,7 +53,7 @@ jobs: #Собираем Kernel чтобы свежие файлы попали в папку out - name: Build the application run: npm run kernel:linux - + #Собираем сервисные пакеты для всех платформ - name: Build SP shell: bash From 6d75225635e6abdc7a18e98745b6907570e73c50 Mon Sep 17 00:00:00 2001 From: rosetta Date: Fri, 20 Feb 2026 19:07:13 +0200 Subject: [PATCH 2/4] 1.0.5-1.5.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b1a4b56..153dc92 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "start": "electron-vite preview", "postinstall": "electron-builder install-app-deps", "build:unpack": "electron-vite build && electron-builder --dir", - "kernel:win": "mkdir -p \"dist/builds/win32/x64\" && electron-vite build && electron-builder --win --x64", + "kernel:win": "mkdir \"dist/builds/win/x64\" && electron-vite build && electron-builder --win --x64", "kernel:darwin-arm64": "electron-vite build && electron-builder --mac --arm64", "kernel:darwin-x64": "electron-vite build && electron-builder --mac --x64", "kernel:mac": "mkdir -p dist/builds/darwin/arm64 dist/builds/darwin/x64 && npm run kernel:darwin-x64 && npm run kernel:darwin-arm64", From e473524c4bb353e950c4ecd5fd2c80e7c783682e Mon Sep 17 00:00:00 2001 From: Royce59 Date: Sat, 21 Feb 2026 13:22:53 +0000 Subject: [PATCH 3/4] =?UTF-8?q?=D0=9F=D1=80=D0=B0=D0=B2=D0=B8=D0=BB=D1=8C?= =?UTF-8?q?=D0=BD=D1=8B=D0=B9=20=D1=80=D0=B0=D0=BD=D0=B5=D1=80=20=D0=B4?= =?UTF-8?q?=D0=BB=D1=8F=20Linux?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/linux.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/linux.yaml b/.gitea/workflows/linux.yaml index 3e24f10..c05a5aa 100644 --- a/.gitea/workflows/linux.yaml +++ b/.gitea/workflows/linux.yaml @@ -11,7 +11,7 @@ on: jobs: build: - runs-on: macos + runs-on: linux steps: - name: Checkout code uses: actions/checkout@v6 From a9ebc136abfa95af56f51d8c850dfbc5ce68ce0b Mon Sep 17 00:00:00 2001 From: Royce59 Date: Sat, 21 Feb 2026 13:55:28 +0000 Subject: [PATCH 4/4] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20=D1=81=D0=B1=D0=BE=D1=80=D0=BA=D0=B8=20?= =?UTF-8?q?=D0=B4=D0=BB=D1=8F=20Linux?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/linux.yaml | 28 +--------------------------- 1 file changed, 1 insertion(+), 27 deletions(-) diff --git a/.gitea/workflows/linux.yaml b/.gitea/workflows/linux.yaml index c05a5aa..a345b1c 100644 --- a/.gitea/workflows/linux.yaml +++ b/.gitea/workflows/linux.yaml @@ -20,34 +20,8 @@ jobs: uses: actions/setup-node@v6 with: node-version: '22' - - # Кэш npm (тарифы грузятся из ~/.npm-cache на macOS) - - name: Cache npm cache - uses: actions/cache@v5 - with: - path: ${{ env.HOME }}/.npm-cache - key: ${{ runner.os }}-npm-linux-${{ hashFiles('**/package.json') }} - restore-keys: | - ${{ runner.os }}-npm-linux- - if-no-files-found: ignore - # Кэш для electron-builder - - name: Cache electron-builder - uses: actions/cache@v5 - with: - path: | - ${{ env.HOME }}/Library/Caches/electron-builder - ${{ env.HOME }}/Library/Caches/electron - key: ${{ runner.os }}-electron-linux-builder-${{ hashFiles('**/electron-builder.yml') }} - restore-keys: | - ${{ runner.os }}-electron-linux-builder- - if-no-files-found: ignore - - name: NPM offline setup - shell: bash - run: | - npm config set cache "$HOME/.npm-cache" --global - npm config set prefer-offline true --global - name: Install npm dependencies - run: npm install --prefer-offline --no-audit --no-fund + run: npm install --no-audit --no-fund - name: Build the application run: npm run kernel:linux #Загружаем на удаленный сервер по SSH используя scp и пароль из секретов