feat: rename package

This commit is contained in:
ByteAtATime 2025-07-22 09:43:30 -07:00
parent 39ad9f6d83
commit 0ea85fb7ac
No known key found for this signature in database
5 changed files with 12 additions and 12 deletions

View file

@ -1,4 +1,4 @@
name: 'Publish Raycast Linux'
name: 'Publish Flare'
on:
schedule:
@ -87,7 +87,7 @@ jobs:
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: raycast-linux${{ steps.build_profile.outputs.artifact_suffix }}
name: flare${{ steps.build_profile.outputs.artifact_suffix }}
path: src-tauri/target/${{ steps.build_profile.outputs.profile }}/bundle/appimage/*.AppImage
retention-days: 7
compression-level: 0

View file

@ -1,10 +1,10 @@
# Raycast for Linux
# Flare Launcher
An open-source, Raycast-inspired launcher for Linux.
An open-source, Raycast-compatible launcher for Linux.
For more background on this project, I have a [post here](https://byteatatime.dev/posts/recreating-raycast).
![GIF of Raycast Linux, showing off its main features](https://raw.githubusercontent.com/ByteAtATime/raycast-linux/main/images/raycast-linux.gif)
![GIF of Flare, showing off its main features](https://raw.githubusercontent.com/ByteAtATime/raycast-linux/main/images/raycast-linux.gif)
**Disclaimer:** This is a hobby project and is **not** affiliated with, nor endorsed by, the official Raycast team.
@ -44,7 +44,7 @@ This will open a long-running process in the background. To toggle the visibilit
Depending on your environment, you may be able to bind the script to a hotkey. For example, on Hyprland:
```
bind = ALT, Space, exec, /path/to/raycast-linux.AppImage
bind = ALT, Space, exec, /path/to/flare.AppImage
```
### System Requirements
@ -56,7 +56,7 @@ The application requires `glibc` version **2.38**, which is installed by default
1. Create the `udev` rule file:
```bash
sudo nano /etc/udev/rules.d/99-raycast-linux.rules
sudo nano /etc/udev/rules.d/99-flare.rules
```
2. Add the following line to the file:

View file

@ -1,5 +1,5 @@
{
"name": "raycast-linux",
"name": "flare",
"version": "0.1.0",
"description": "",
"type": "module",

View file

@ -3,7 +3,7 @@
"app": {
"windows": [
{
"title": "raycast-linux",
"title": "Flare",
"visible": true,
"decorations": false,
"alwaysOnTop": false,

View file

@ -1,8 +1,8 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "raycast-linux",
"productName": "Flare",
"version": "0.1.0",
"identifier": "dev.byteatatime.raycast",
"identifier": "dev.byteatatime.flare",
"build": {
"beforeDevCommand": "pnpm dev",
"devUrl": "http://localhost:1420",
@ -12,7 +12,7 @@
"app": {
"windows": [
{
"title": "raycast-linux",
"title": "Flare",
"visible": false,
"decorations": false,
"alwaysOnTop": true,