Browse Source

ci(macos): fix pkgproj location

Stéphane Lepin 5 years ago
parent
commit
5300cd2319
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ci/macos/package-macos.sh

+ 1 - 1
ci/macos/package-macos.sh

@@ -45,7 +45,7 @@ else
 fi
 
 echo "=> Actual package build"
-packagesbuild ./CI/macos/installer-macOS.generated.pkgproj
+packagesbuild ./installer/installer-macOS.generated.pkgproj
 
 echo "=> Renaming $PLUGIN_NAME.pkg to $FILENAME"
 mv ./release/$PLUGIN_NAME.pkg ./release/$FILENAME_UNSIGNED