Skip to content

Commit cc09746

Browse files
committed
Fix incorrect package identifier
1 parent 93a90a3 commit cc09746

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

installer/distribution.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
</choices-outline>
1414

1515
<choice id="module" title="Module">
16-
<pkg-ref id="org.audacity.openvino-module"/>
16+
<pkg-ref id="org.audacityteam.openvino-module"/>
1717
</choice>
1818

19-
<pkg-ref id="org.audacity.openvino-module">
19+
<pkg-ref id="org.audacityteam.openvino-module">
2020
#openvino-module.pkg
2121
<must-close>
2222
<app id="org.audacityteam.audacity"/>

scripts/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ pkgbuild \
159159
--root dist \
160160
--scripts Scripts \
161161
--install-location / \
162-
--identifier org.audacityteam.audacity \
162+
--identifier org.audacityteam.openvino-module \
163163
--version "$MODULE_VERSION" \
164164
packages/openvino-module.pkg
165165

0 commit comments

Comments
 (0)