Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Commit 6fc6bf4

Browse files
committed
🚚 Change name to Pulse
1 parent b41086f commit 6fc6bf4

File tree

14 files changed

+28
-223
lines changed

14 files changed

+28
-223
lines changed

‎.github/workflows/alpha.yml‎

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,6 @@ jobs:
6060
wget https://github.com/WebAssembly/wasi-sdk/releases/download/wasi-sdk-14/libclang_rt.builtins-wasm32-wasi-14.0.tar.gz
6161
sudo tar -xf libclang_rt.builtins-wasm32-wasi-14.0.tar.gz --strip-components=1 -C /usr/lib/llvm-10/lib/clang/10.0.0/lib/
6262
63-
# - name: Use an old rust version as a workaround
64-
# run: |
65-
# rustup install 1.45.2
66-
# rustup default 1.45.2
67-
# rustup override set 1.45.2
68-
6963
- name: Disable wasm sandboxing for the sake of my sanity
7064
run: |
7165
echo "ac_add_options --without-wasm-sandboxed-libraries" > mozconfig
@@ -200,14 +194,14 @@ jobs:
200194
cd packages/flatpak
201195
chmod +x ./build.sh
202196
./build.sh
203-
197+
204198
- name: Push to flatpak repo
205199
uses: ad-m/github-push-action@master
206200
with:
207201
github_token: ${{ secrets.TRICKYPR_TOKEN }}
208202
directory: './packages/flatpak/repo/'
209203
repository: 'focus-browser/repo'
210-
204+
211205
release:
212206
name: Release
213207
needs: [build-data, linux, flatpak]
@@ -225,4 +219,3 @@ jobs:
225219
files: |
226220
focus-browser.linux.flatpak
227221
focus-browser.linux.tar.bz2
228-

‎configs/common/mozconfig‎

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ ac_add_options --enable-update-channel=stable
33
ac_add_options --with-ccache=sccache
44

55
ac_add_options --with-branding=browser/branding/stable
6-
ac_add_options --with-app-name=lepton-browser
7-
export MOZ_USER_DIR="Lepton browser"
8-
export MOZ_APP_VENDOR="Lepton browser"
9-
export MOZ_APP_BASENAME=LeptonBrowser
10-
export MOZ_APP_PROFILE=lepton-browser
11-
export MOZ_APP_DISPLAYNAME="Lepton browser"
6+
ac_add_options --with-app-name=pulse-browser
7+
export MOZ_USER_DIR="Pulse browser"
8+
export MOZ_APP_VENDOR="Pulse browser"
9+
export MOZ_APP_BASENAME=PulseBrowser
10+
export MOZ_APP_PROFILE=pulse-browser
11+
export MOZ_APP_DISPLAYNAME="Pulse browser"
1212
# Temporaroly removed
1313
# export MOZ_BRANDING_DIRECTORY=branding/unofficial
1414
# export MOZ_OFFICIAL_BRANDING_DIRECTORY=branding/unofficial
@@ -18,5 +18,5 @@ export MOZ_DISTRIBUTION_ID=com.fushra.browser.desktop
1818
# Misc
1919
export MOZ_STUB_INSTALLER=1
2020
export MOZ_INCLUDE_SOURCE_INFO=1
21-
export MOZ_SOURCE_REPO=https://github.com/lepton-browser/browser
21+
export MOZ_SOURCE_REPO=https://github.com/pulse-browser/browser
2222
export MOZ_SOURCE_CHANGESET=${changeset}

‎configs/linux/build_linux.sh‎

Lines changed: 0 additions & 48 deletions
This file was deleted.

‎configs/linux/linux.dockerfile‎

Lines changed: 0 additions & 28 deletions
This file was deleted.

‎configs/linux/mozconfig-i686‎

Lines changed: 0 additions & 16 deletions
This file was deleted.

‎configs/macos/build_macos.sh‎

Lines changed: 0 additions & 43 deletions
This file was deleted.

‎configs/macos/macos.dockerfile‎

Lines changed: 0 additions & 19 deletions
This file was deleted.

‎configs/macos/mozconfig-i686‎

Lines changed: 0 additions & 17 deletions
This file was deleted.

‎configs/windows/mozconfig-i686‎

Lines changed: 0 additions & 16 deletions
This file was deleted.

‎melon.json‎

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "Lepton",
2+
"name": "Pulse",
33
"vendor": "Fushra",
44
"appId": "com.fushra.browser.desktop",
55
"version": {
@@ -17,19 +17,19 @@
1717
},
1818
"newtab": {
1919
20-
"url": "https://github.com/lepton-browser/newtab/releases/download/v1.0.0-a.4/newtab.zip"
20+
"url": "https://github.com/pulse-browser/newtab/releases/download/v1.0.0-a.4/newtab.zip"
2121
},
2222
"firepicker": {
2323
24-
"url": "https://github.com/lepton-browser/fire-picker/releases/download/v1.1.0/release.zip"
25-
}
24+
"url": "https://github.com/pulse-browser/fire-picker/releases/download/v1.1.0/release.zip"
25+
}
2626
},
2727
"brands": {
2828
"stable": {
2929
"backgroundColor": "#2B2A33",
30-
"brandShorterName": "Lepton",
31-
"brandShortName": "Lepton Browser",
32-
"brandFullName": "Lepton Browser"
30+
"brandShorterName": "Pulse",
31+
"brandShortName": "Pulse Browser",
32+
"brandFullName": "Pulse Browser"
3333
}
3434
}
3535
}

0 commit comments

Comments
 (0)