Rename more things for new repo link

This commit is contained in:
Willy-JL
2023-07-20 02:46:07 +01:00
parent 6c2b1767ba
commit 95f2640546
6 changed files with 12 additions and 12 deletions

View File

@@ -60,7 +60,7 @@ if __name__ == "__main__":
body = release["body"]
body = re.sub(
r"(https://github\.com/ClaraCrazy/Flipper-Xtreme/releases/download/[A-Za-z0-9_-]+?/)[A-Za-z0-9_-]+",
r"(https://github\.com/Flipper-XFW/Xtreme-Firmware/releases/download/[A-Za-z0-9_-]+?/)[A-Za-z0-9_-]+",
r"\1" + os.environ['VERSION_TAG'],
body
)

View File

@@ -1,11 +1,11 @@
## ⬇️ Download
>### [🖥️ Web Updater (chrome)](https://flipper-xtre.me/update) [recommended]
>### [🐬 qFlipper Package (.tgz)](https://github.com/ClaraCrazy/Flipper-Xtreme/releases/download/{VERSION_TAG}/{ARTIFACT_TGZ})
>### [🐬 qFlipper Package (.tgz)](https://github.com/Flipper-XFW/Xtreme-Firmware/releases/download/{VERSION_TAG}/{ARTIFACT_TGZ})
>### [📦 Zipped Archive (.zip)](https://github.com/ClaraCrazy/Flipper-Xtreme/releases/download/{VERSION_TAG}/{ARTIFACT_ZIP})
>### [📦 Zipped Archive (.zip)](https://github.com/Flipper-XFW/Xtreme-Firmware/releases/download/{VERSION_TAG}/{ARTIFACT_ZIP})
**Check the [install guide](https://github.com/ClaraCrazy/Flipper-Xtreme#install) if you're not sure, or [join our Discord](https://discord.gg/flipper-xtreme) if you have questions or encounter issues!**
**Check the [install guide](https://github.com/Flipper-XFW/Xtreme-Firmware#install) if you're not sure, or [join our Discord](https://discord.gg/flipper-xtreme) if you have questions or encounter issues!**
## ❤️ Support
If you like what you're seeing, **please consider donating to us**. We won't ever put this behind a paywall, but we'd still appreciate a few bucks!

View File

@@ -173,7 +173,7 @@ void cli_command_src(Cli* cli, FuriString* args, void* context) {
UNUSED(args);
UNUSED(context);
printf("https://github.com/ClaraCrazy/Flipper-Xtreme");
printf("https://github.com/Flipper-XFW/Xtreme-Firmware");
}
#define CLI_COMMAND_LOG_RING_SIZE 2048

View File

@@ -7,8 +7,8 @@ ENTER
DELAY 1000
CTRL l
DELAY 100
STRING https://github.com/ClaraCrazy/Flipper-Xtreme
STRING https://github.com/Flipper-XFW/Xtreme-Firmware
DELAY 100
ENTER
DELAY 500
STRING f
STRING f

View File

@@ -2,12 +2,12 @@ REM Version 1.0
REM OS: iOS
REM Author: Peaakss | Optimized for older versions by WillyJL
REM Description: A simple payload that opens safari and inserts a link
REM NOTICE CHANGE "STRING" to your desired link | EXAMPLE: STRING https://github.com/ClaraCrazy/Flipper-Xtreme |
REM NOTICE CHANGE "STRING" to your desired link
GUI h
DELAY 420
GUI SPACE
DELAY 420
STRING https://github.com/ClaraCrazy/Flipper-Xtreme
STRING https://github.com/Flipper-XFW/Xtreme-Firmware
DELAY 69
ENTER

View File

@@ -1,8 +1,8 @@
sonar.projectKey=ClaraCrazy_Flipper-Xtreme
sonar.organization=claracrazy
sonar.projectKey=Flipper-XFW_Xtreme-Firmware
sonar.organization=Flipper-XFW
# This is the name and version displayed in the SonarCloud UI.
#sonar.projectName=Flipper-Xtreme
#sonar.projectName=Xtreme-Firmware
#sonar.projectVersion=1.0
# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.