Skip to content
This repository was archived by the owner on Jan 1, 2026. It is now read-only.

Commit 5ae22de

Browse files
committed
fix: imlemented new name
1 parent 01eaf72 commit 5ae22de

8 files changed

Lines changed: 109 additions & 124 deletions

File tree

.github/workflows/release.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646

4747
- name: Download release assets
4848
run: |
49-
gh release download v${{ env.RELEASE_VERSION }} --pattern "Floatplane-*.dmg" --repo ${{ github.repository }}
49+
gh release download v${{ env.RELEASE_VERSION }} --pattern "floatpane-*.dmg" --repo ${{ github.repository }}
5050
env:
5151
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5252

@@ -55,28 +55,28 @@ jobs:
5555
VERSION_NUMBER=${{ env.RELEASE_VERSION }}
5656
# Remove 'v' prefix for filename, which matches your electron-builder artifactName
5757
VERSION_NUMBER_NO_V=${VERSION_NUMBER#v}
58-
echo "ARM64_SHA=$(shasum -a 256 Floatplane-${VERSION_NUMBER_NO_V}-arm64.dmg | cut -d' ' -f1)" >> $GITHUB_ENV
59-
echo "X64_SHA=$(shasum -a 256 Floatplane-${VERSION_NUMBER_NO_V}-x64.dmg | cut -d' ' -f1)" >> $GITHUB_ENV
58+
echo "ARM64_SHA=$(shasum -a 256 floatpane-${VERSION_NUMBER_NO_V}-arm64.dmg | cut -d' ' -f1)" >> $GITHUB_ENV
59+
echo "X64_SHA=$(shasum -a 256 floatpane-${VERSION_NUMBER_NO_V}-x64.dmg | cut -d' ' -f1)" >> $GITHUB_ENV
6060
6161
- name: Clone Homebrew tap repository
6262
run: |
63-
git clone https://x-access-token:${{ secrets.PAT }}@github.com/andrinoff/homebrew-floatplane.git
63+
git clone https://x-access-token:${{ secrets.PAT }}@github.com/andrinoff/homebrew-floatpane.git
6464
6565
- name: Update Cask file
6666
run: |
67-
cd homebrew-floatplane
67+
cd homebrew-floatpane
6868
VERSION_NUMBER=${{ env.RELEASE_VERSION }}
6969
# Remove 'v' prefix from version tag for the cask file
7070
VERSION_NUMBER_NO_V=${VERSION_NUMBER#v}
71-
sed -i "s/version \".*\"/version \"${VERSION_NUMBER_NO_V}\"/" Casks/floatplane.rb
72-
sed -i "/on_arm do/,/end/ s/sha256 \".*\"/sha256 \"${{ env.ARM64_SHA }}\"/" Casks/floatplane.rb
73-
sed -i "/on_intel do/,/end/ s/sha256 \".*\"/sha256 \"${{ env.X64_SHA }}\"/" Casks/floatplane.rb
71+
sed -i "s/version \".*\"/version \"${VERSION_NUMBER_NO_V}\"/" Casks/floatpane.rb
72+
sed -i "/on_arm do/,/end/ s/sha256 \".*\"/sha256 \"${{ env.ARM64_SHA }}\"/" Casks/floatpane.rb
73+
sed -i "/on_intel do/,/end/ s/sha256 \".*\"/sha256 \"${{ env.X64_SHA }}\"/" Casks/floatpane.rb
7474
7575
- name: Commit and push changes
7676
run: |
77-
cd homebrew-floatplane
77+
cd homebrew-floatpane
7878
git config --global user.name "github-actions[bot]"
7979
git config --global user.email "github-actions[bot]@users.noreply.github.com"
80-
git add Casks/floatplane.rb
81-
git commit -m "Update cask for Floatplane version ${{ env.RELEASE_VERSION }}"
80+
git add Casks/floatpane.rb
81+
git commit -m "Update cask for floatpane version ${{ env.RELEASE_VERSION }}"
8282
git push

.gitmodules

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
[submodule "homebrew-floatplane"]
2-
path = homebrew-floatplane
3-
url = git@github.com:andrinoff/homebrew-floatplane
1+
[submodule "cask"]
2+
path = cask
3+
url = git@github.com:andrinoff/floatpane-cask

CHANGELOG.md

Lines changed: 79 additions & 94 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
1-
# Floatplane
1+
# floatpane
22

33
<p align="center">
4-
<img src="assets/icon.svg" alt="Floatplane Logo" width="128">
4+
<img src="assets/icon.svg" alt="floatpane Logo" width="128">
55
</p>
66

77
<h3 align="center">A lightweight, floating wallpaper selector for macOS.</h3>
88

99
<p align="center">
10-
<img src="https://img.shields.io/github/v/release/andrinoff/floatplane?style=for-the-badge" alt="Version">
11-
<img src="https://img.shields.io/github/license/andrinoff/floatplane?style=for-the-badge" alt="License">
10+
<img src="https://img.shields.io/github/v/release/andrinoff/floatpane?style=for-the-badge" alt="Version">
11+
<img src="https://img.shields.io/github/license/andrinoff/floatpane?style=for-the-badge" alt="License">
1212
</p>
1313

1414
---
1515

16-
Floatplane is a minimal utility for macOS that lets you quickly browse and set your desktop wallpaper. It's designed to be invoked with a global keyboard shortcut and floats above all other windows, making it compatible with tiling window managers like Aerospace and yabai.
16+
floatpane is a minimal utility for macOS that lets you quickly browse and set your desktop wallpaper. It's designed to be invoked with a global keyboard shortcut and floats above all other windows, making it compatible with tiling window managers like Aerospace and yabai.
1717

1818
## Demo
1919

20-
![Floatplane Demo](assets/floatplane-preview.gif)
20+
![floatpane Demo](assets/floatpane-preview.gif)
2121

2222
## Features
2323

@@ -38,18 +38,18 @@ Floatplane is a minimal utility for macOS that lets you quickly browse and set y
3838
## Installation
3939

4040
```
41-
$ brew tap andrinoff/floatplane
42-
$ brew install floatplane
43-
$ xattr -cr /Applications/Floatplane.app
41+
$ brew tap andrinoff/floatpane
42+
$ brew install floatpane
43+
$ xattr -cr /Applications/floatpane.app
4444
```
4545

4646
## Installation & Usage (for Developers)
4747

4848
1. **Clone the repository:**
4949

5050
```sh
51-
git clone https://github.com/andrinoff/floatplane.git
52-
cd floatplane
51+
git clone https://github.com/andrinoff/floatpane.git
52+
cd floatpane
5353
```
5454

5555
2. **Install dependencies:**

cask

Submodule cask added at 212ac5c

homebrew-floatplane

Lines changed: 0 additions & 1 deletion
This file was deleted.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
"webpack-cli": "^5.1.4"
4343
},
4444
"build": {
45-
"appId": "com.andrinoff.floatplane",
46-
"productName": "Floatplane",
45+
"appId": "com.andrinoff.floatpane",
46+
"productName": "floatpane",
4747
"directories": {
4848
"output": "dist-electron"
4949
},

src/App.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -411,11 +411,11 @@ const App = () => {
411411
<FolderIcon />
412412
</button>
413413
<a
414-
href="https://github.com/andrinoff/floatplane"
414+
href="https://github.com/andrinoff/floatpane"
415415
onClick={(e) => {
416416
e.preventDefault();
417417
window.api.openExternalLink(
418-
"https://github.com/andrinoff/floatplane"
418+
"https://github.com/andrinoff/floatpane"
419419
);
420420
window.api.hideWindow();
421421
}}

0 commit comments

Comments
 (0)