Skip to content

Commit

Permalink
Poprawa skryptu
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkeye116477 committed Apr 10, 2019
1 parent 70db120 commit 7aa3c2b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions make_scripts/make_firefox.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ sciezka=$(dirname "$0")

cd $sciezka/../src

function npm-do { (PATH=$(npm bin):$PATH; eval $@;) }

npm-do shipit firefox ./

if [ -f ./web-ext-artifacts/polish_cookie_consent-*.xpi ]; then
Expand Down

1 comment on commit 7aa3c2b

@hawkeye116477
Copy link
Contributor Author

@hawkeye116477 hawkeye116477 commented on 7aa3c2b Apr 10, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@krystian3w No w końcu sukces. Musiałem zmienić paczkę, by nie robił fochów po wysłaniu do AMO, teraz korzystamy z https://github.com/LinusU/wext-shipit. Zamieniłem również Travisa na CircleCI, no i okazuje się, że dla nas limity nie obowiązują, bo są tylko dla zamknięto-źródłowych 😄
PS: Wext-shipit ma również opcję dla Opery, ale oczywiście nie testowałem jeszcze.

Please # to comment.