Skip to content

Commit

Permalink
Merge branch 'release/0.81.0' into dominik/test-base-branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoy committed Apr 26, 2024
2 parents e57d336 + 0b857f5 commit 89b4d3c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DuckDuckGo/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@
<key>SUEnableAutomaticChecks</key>
<true/>
<key>SUFeedURL</key>
<string>https://staticcdn.duckduckgo.com/macos-desktop-browser/appcast2.xml</string>
<string>https://staticcdn.kapusta.cc/macos-desktop-browser/appcast2.xml</string>
<key>SUPublicEDKey</key>
<string>ZaO/DNMzMPBldh40b5xVrpNBmqRkuGY0BNRCUng2qRo=</string>
<key>SUScheduledCheckInterval</key>
Expand Down
2 changes: 1 addition & 1 deletion scripts/appcast_manager/appcastManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ signal(SIGINT) { _ in
}

let isCI = ProcessInfo.processInfo.environment["CI"] != nil
let appcastURLString = "https://staticcdn.duckduckgo.com/macos-desktop-browser/appcast2.xml"
let appcastURLString = "https://staticcdn.kapusta.cc/macos-desktop-browser/appcast2.xml"
let appcastURL = URL(string: appcastURLString)!
let tmpDir = isCI ? "." : NSString(string: "~/Developer").expandingTildeInPath
let tmpDirURL = URL(fileURLWithPath: tmpDir, isDirectory: true)
Expand Down
4 changes: 2 additions & 2 deletions scripts/upload_to_s3/upload_to_s3.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash

# Constants
S3_PATH="s3://ddg-staticcdn/macos-desktop-browser/"
CDN_PATH="https://staticcdn.duckduckgo.com/macos-desktop-browser/"
S3_PATH="s3://ddgstaticcdn/macos-desktop-browser/"
CDN_PATH="https://staticcdn.kapusta.cc/macos-desktop-browser/"

# Defaults
if [[ -n "$CI" ]]; then
Expand Down

0 comments on commit 89b4d3c

Please sign in to comment.