Skip to content

Commit

Permalink
clean up. Extension working well now
Browse files Browse the repository at this point in the history
  • Loading branch information
C-Loftus committed Feb 16, 2024
1 parent 9cd6a80 commit 59cea53
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_addon.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: build addon
name: Build NVDA Addon
permissions:
contents: write

Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions nvda/.addOn/sight-free-talon-server/buildVars.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ def _(arg):
# version
"addon_version": "1.0",
# Author(s)
"addon_author": "Colton Loftus <name@domain.com>",
"addon_author": "Colton Loftus https://colton.bio/contact/",
# URL for the add-on documentation support
"addon_url": None,
"addon_url": "https://colton.bio/sight-free-talon/",
# URL for the add-on repository where the source code can be found
"addon_sourceURL": None,
# Documentation file name
Expand Down
3 changes: 3 additions & 0 deletions nvda/.addOn/sight-free-talon-server/copy_to_scratchpad.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Set-Location $PSScriptRoot

Copy-Item ".\addon\globalPlugins\nvda-addon.py" -Destination "$env:APPDATA\nvda\scratchpad\globalPlugins\sight-free-talon-server-tmp.py"
8 changes: 0 additions & 8 deletions pedal/.nvda-pedal.talon

This file was deleted.

9 changes: 0 additions & 9 deletions pedal/.slack-pedal.talon

This file was deleted.

0 comments on commit 59cea53

Please sign in to comment.