Skip to content
This repository was archived by the owner on Nov 11, 2025. It is now read-only.

Commit 37deadb

Browse files
committed
release 0.0.6
1 parent 1b9d20f commit 37deadb

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
- run: |
1919
export DISPLAY=:99
2020
sudo Xvfb -ac :99 -screen 0 1280x1024x24 > /dev/null 2>&1 &
21+
sleep 1
2122
echo -n "${CHROME_EXTENSION_KEY}" > trektor.pem
2223
chrome --pack-extension=trektor --pack-extension-key=trektor.pem
2324
env:

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "Trektor",
44
"update_url": "https://aboutsource.github.io/trektor/update.xml",
55
"description": "Browser-Extension zum automatischen Anlegen von Toggl tracking tasks",
6-
"version": "0.0.4",
6+
"version": "0.0.6",
77
"browser_specific_settings": {
88
"gecko": {
99
"id": "trektor@aboutsource.net"

0 commit comments

Comments
 (0)