mirror of
https://github.com/zen-browser/surfer.git
synced 2025-07-08 01:10:03 +02:00
chore: Update createMarFile function to include github parameter
This commit is contained in:
parent
6de5d11274
commit
62c50b6a84
3 changed files with 82 additions and 32 deletions
|
@ -63,7 +63,7 @@ function getReleaseMarName(releaseInfo: ReleaseInfo): string | undefined {
|
|||
}
|
||||
}
|
||||
|
||||
function getReleaseMarURL(releaseInfo: ReleaseInfo) {
|
||||
export function getReleaseMarURL(releaseInfo: ReleaseInfo) {
|
||||
const releaseMarName = getReleaseMarName(releaseInfo)
|
||||
let completeMarURL = `https://${config.updateHostname || 'localhost:8000'}/${
|
||||
releaseMarName || 'output.mar'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue