mirror of
https://github.com/phishingclub/phishingclub.git
synced 2026-02-12 16:12:44 +00:00
fix bad manual application update url
Signed-off-by: Ronni Skansing <rskansing@gmail.com>
This commit is contained in:
@@ -19,13 +19,6 @@
|
||||
};
|
||||
let username = '';
|
||||
|
||||
/*
|
||||
let updateURL = 'https://user.phishing.club/downloads';
|
||||
if (import.meta.env.DEV) {
|
||||
updateURL = 'https://localhost:8009/downloads';
|
||||
}
|
||||
*/
|
||||
|
||||
onMount(() => {
|
||||
const unsub = appState.subscribe((s) => {
|
||||
context = {
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
const installUpdate = async () => {
|
||||
try {
|
||||
if (!isUpdateLocal) {
|
||||
window.open('https://user.phishing.club/downloads', '_blank');
|
||||
window.open('https://github.com/phishingclub/phishingclub/releases', '_blank');
|
||||
} else {
|
||||
isUpdateAlertVisible = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user