Skip to content

Commit

Permalink
Exclude gulpfile from packaging
Browse files Browse the repository at this point in the history
gulpfile.js was renamed in 6a6a14c
  • Loading branch information
morpheus133 committed Dec 22, 2024
1 parent de589db commit aae003d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Build-on-Windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,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
```

Expand Down

0 comments on commit aae003d

Please sign in to comment.