Skip to content

Commit

Permalink
update build files
Browse files Browse the repository at this point in the history
  • Loading branch information
CNOCTAVE committed Nov 16, 2024
1 parent fa71e3c commit 5c43a69
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 27 deletions.
18 changes: 9 additions & 9 deletions win_appx_arm64.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@
"target": "appx",
"arch": [
"arm64"
],
"appx": {
"applicationId": "marked.reader",
"identityName": "marked.reader",
"displayName": "Marked Reader",
"languages": ["zh-cn"],
"backgroundColor": "transparent",
"publisherDisplayName": "***********"
}
]
}
]
},
"appx": {
"applicationId": "marked.reader",
"identityName": "marked.reader",
"displayName": "Marked Reader",
"languages": ["zh-cn"],
"backgroundColor": "transparent",
"publisherDisplayName": "***********"
}
}
18 changes: 9 additions & 9 deletions win_appx_ia32.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@
"target": "appx",
"arch": [
"ia32"
],
"appx": {
"applicationId": "marked.reader",
"identityName": "marked.reader",
"displayName": "Marked Reader",
"languages": ["zh-cn"],
"backgroundColor": "transparent",
"publisherDisplayName": "***********"
}
]
}
]
},
"appx": {
"applicationId": "marked.reader",
"identityName": "marked.reader",
"displayName": "Marked Reader",
"languages": ["zh-cn"],
"backgroundColor": "transparent",
"publisherDisplayName": "***********"
}
}
18 changes: 9 additions & 9 deletions win_appx_x64.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@
"target": "appx",
"arch": [
"x64"
],
"appx": {
"applicationId": "marked.reader",
"identityName": "marked.reader",
"displayName": "Marked Reader",
"languages": ["zh-cn"],
"backgroundColor": "transparent",
"publisherDisplayName": "***********"
}
]
}
]
},
"appx": {
"applicationId": "marked.reader",
"identityName": "marked.reader",
"displayName": "Marked Reader",
"languages": ["zh-cn"],
"backgroundColor": "transparent",
"publisherDisplayName": "***********"
}
}

0 comments on commit 5c43a69

Please sign in to comment.