Skip to content

Commit

Permalink
fix bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
54way committed Sep 11, 2024
1 parent 9e87b52 commit 77f381d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autolist/src/js/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,6 @@ function createAppNode(project, name, url){

function createPlistURL(url,name){

return `${GET_PLIST_FROM_LAMBDA}?url=${url}&name=${name}&bundle=${name}`;
return `${GET_PLIST_FROM_LAMBDA}?url=${url}&name=${name}&bundle=com.ultracombos.${name}`;

}

0 comments on commit 77f381d

Please sign in to comment.