This repository was archived by the owner on Sep 30, 2024. It is now read-only.
File tree 3 files changed +18
-0
lines changed
3 files changed +18
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ // Use IntelliSense to learn about possible attributes.
3
+ // Hover to view descriptions of existing attributes.
4
+ // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
5
+ "version" : " 0.2.0" ,
6
+ "configurations" : [
7
+ {
8
+ "type" : " gdb" ,
9
+ "request" : " launch" ,
10
+ "name" : " Launch Pulse (Linux)" ,
11
+ "target" : " ${workspaceFolder}/engine/obj-x86_64-pc-linux-gnu/dist/bin/pulse-browser" ,
12
+ "cwd" : " ${workspaceRoot}" ,
13
+ "valuesFormatting" : " parseText"
14
+ }
15
+ ]
16
+ }
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
### Fixed
11
11
12
+ - Specified wayland app name (#231 )
12
13
- Migration for disabling sidebar animations (#234 )
13
14
- New tab button no longer follows OS style (#233 , @surapunoyousei )
14
15
- Download URL points to Pulse site (#235 )
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ export MOZ_APP_DISPLAYNAME="Pulse browser"
12
12
export MOZ_MACBUNDLE_ID=com.fushra.browser.alpha
13
13
export MOZ_DISTRIBUTION_ID=com.fushra.browser.alpha
14
14
export MOZ_MACBUNDLE_NAME="Pulse browser.app"
15
+ export MOZ_APP_REMOTINGNAME=com.fushra.browser.alpha
15
16
16
17
# Misc
17
18
export MOZ_INCLUDE_SOURCE_INFO=1
You canβt perform that action at this time.
0 commit comments