Skip to content

Commit

Permalink
Fix addon ID
Browse files Browse the repository at this point in the history
addon.xml:
- remove .scope from addon ID
  • Loading branch information
Ch1llb0 authored Nov 30, 2024
1 parent 2ccdf34 commit 2636e46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon id="skin.osmc.scope" version="21.1.0" name="OSMC Skin" provider-name="OSMC">
<addon id="skin.osmc" version="21.1.0" name="OSMC Skin" provider-name="OSMC">
<requires>
<import addon="xbmc.gui" version="5.17.0"/>
<import addon="script.skinshortcuts" version="2.0.3" optional="true"/>
Expand Down

0 comments on commit 2636e46

Please sign in to comment.