Skip to content

Commit

Permalink
Merge pull request #6 from matushorvath/master-trepe
Browse files Browse the repository at this point in the history
Rename chrome package to chrome-edge
  • Loading branch information
TrePe0 authored Mar 22, 2023
2 parents b29c65c + 751c0c5 commit 825790b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,6 @@ jobs:
- name: Store artifact
uses: actions/upload-artifact@v3
with:
name: aoc_time_logger_chrome
path: output/aoc_time_logger-*-chrome.zip
name: aoc_time_logger_chrome_edge
path: output/aoc_time_logger-*-chrome-edge.zip
if-no-files-found: error
2 changes: 1 addition & 1 deletion build-chrome.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ mkdir -p output
VERSION=$(jq -r .version manifest.json)
FILES=$(jq -r .buildChrome.files[] package.json)

zip "output/aoc_time_logger-$VERSION-chrome.zip" $FILES
zip "output/aoc_time_logger-$VERSION-chrome-edge.zip" $FILES
2 changes: 1 addition & 1 deletion manifest.input.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"common": {
"name": "AoC Time Logger",
"version": "2.1.9",
"version": "2.1.10",
"description": "Logs time when user opens the task",
"content_scripts": [{
"matches": ["https://adventofcode.com/*"],
Expand Down

0 comments on commit 825790b

Please sign in to comment.