#31253: Add a webext packaging target to the build script
-----------------------------------------+--------------------
     Reporter:  arlolra                  |      Owner:  (none)
         Type:  defect                   |     Status:  new
     Priority:  Medium                   |  Milestone:
    Component:  Circumvention/Snowflake  |    Version:
     Severity:  Normal                   |   Keywords:
Actual Points:                           |  Parent ID:
       Points:                           |   Reviewer:
      Sponsor:                           |
-----------------------------------------+--------------------
 Run `npm run pack-webext -- 0.0.x`

 I imagine that'll do something like,

 {{{
 git clean -x -d -f webext/
 require('webext/manifest.json').version = argv[1];
 git commit -m "bump version to ${argv[1]}"
 git tag argv[1]
 git push --tags
 npm run webext
 zip webext
 }}}

 See comment:6:ticket:31087 for the original suggestion.

--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/31253>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
_______________________________________________
tor-bugs mailing list
[email protected]
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Reply via email to