Skip to content

Commit 0f6ccc4

Browse files
committed
Add missing subfolder
1 parent 9f2a85d commit 0f6ccc4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

create_package_Grunt.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ fi
1616

1717
mkdir -p Publish
1818

19-
web-ext build -s dist/ -a Publish/ -o --filename "sonarr_radarr_lidarr_autosearch-{version}.xpi"
19+
web-ext build -s dist/firefox -a Publish/ -o --filename "sonarr_radarr_lidarr_autosearch-{version}.xpi"
2020

2121
echo "###########################"
2222
echo "# Building chrome package"
@@ -26,4 +26,4 @@ echo
2626
## This would be better as a copy of the xpi and simply renamed to have an extension of .zip, but
2727
## I don't really know what I'm doing in .sh files ¯\_(ツ)_/¯
2828

29-
web-ext build -s dist/ -a Publish/ -o --filename "sonarr_radarr_lidarr_autosearch-{version}.zip"
29+
web-ext build -s dist/chromium -a Publish/ -o --filename "sonarr_radarr_lidarr_autosearch-{version}.zip"

0 commit comments

Comments
 (0)