mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07:00
Rename more things for new repo link
This commit is contained in:
2
.github/workflow_data/hotfix.py
vendored
2
.github/workflow_data/hotfix.py
vendored
@@ -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
|
||||
)
|
||||
|
||||
6
.github/workflow_data/release.md
vendored
6
.github/workflow_data/release.md
vendored
@@ -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!
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user