We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f2a85d commit 0f6ccc4Copy full SHA for 0f6ccc4
1 file changed
create_package_Grunt.sh
@@ -16,7 +16,7 @@ fi
16
17
mkdir -p Publish
18
19
-web-ext build -s dist/ -a Publish/ -o --filename "sonarr_radarr_lidarr_autosearch-{version}.xpi"
+web-ext build -s dist/firefox -a Publish/ -o --filename "sonarr_radarr_lidarr_autosearch-{version}.xpi"
20
21
echo "###########################"
22
echo "# Building chrome package"
@@ -26,4 +26,4 @@ echo
26
## This would be better as a copy of the xpi and simply renamed to have an extension of .zip, but
27
## I don't really know what I'm doing in .sh files ¯\_(ツ)_/¯
28
29
-web-ext build -s dist/ -a Publish/ -o --filename "sonarr_radarr_lidarr_autosearch-{version}.zip"
+web-ext build -s dist/chromium -a Publish/ -o --filename "sonarr_radarr_lidarr_autosearch-{version}.zip"
0 commit comments