From 9d1ae63e5f8d5beedd76c87c0a4246c69fad6966 Mon Sep 17 00:00:00 2001 From: Morpheus133 Date: Thu, 19 Dec 2024 20:49:44 +0100 Subject: [PATCH] Exclude gulpfile from packaging gulpfile.js was renamed in 6a6a14cb9b3a6016db0a469aa3f14bdfc8a861d0 --- Build-on-Linux.md | 2 +- Build-on-Windows.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Build-on-Linux.md b/Build-on-Linux.md index d081981..8e8e82d 100644 --- a/Build-on-Linux.md +++ b/Build-on-Linux.md @@ -63,7 +63,7 @@ If any changes are made to `jellyfin-web/dist/`, the `jellyfin-tizen/www/` direc > Make sure you select the appropriate Certificate Profile in Tizen Certificate Manager. This determines which devices you can install the widget on. ```sh -tizen build-web -e ".*" -e gulpfile.js -e README.md -e "node_modules/*" -e "package*.json" -e "yarn.lock" +tizen build-web -e ".*" -e gulpfile.babel.js -e README.md -e "node_modules/*" -e "package*.json" -e "yarn.lock" tizen package -t wgt -o . -- .buildResult ``` diff --git a/Build-on-Windows.md b/Build-on-Windows.md index 23371e9..cfe5e79 100644 --- a/Build-on-Windows.md +++ b/Build-on-Windows.md @@ -86,7 +86,7 @@ If any changes are made to `jellyfin-web/dist/`, the `jellyfin-tizen/www/` direc > Make sure you select the appropriate Certificate Profile in Tizen Certificate Manager. This determines which devices you can install the widget on. ```bat -tizen.bat build-web -e ".*" -e gulpfile.js -e README.md -e "node_modules/*" -e "package*.json" -e "yarn.lock" +tizen.bat build-web -e ".*" -e gulpfile.babel.js -e README.md -e "node_modules/*" -e "package*.json" -e "yarn.lock" tizen.bat package -t wgt -o . -- .buildResult ```