File tree Expand file tree Collapse file tree 4 files changed +1
-7
lines changed Expand file tree Collapse file tree 4 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -9,13 +9,12 @@ ZIP_NAME := $(NAME)@$(DOMAIN).zip
9
9
JS_FILES = $(shell find -type f -and \( -name "* .js" \) )
10
10
UI_FILES = $(shell find -type f -and \( -name "* .ui" \) )
11
11
RESOURCE_FILES = $(shell find resources -mindepth 2 -type f)
12
- SOUND_FILES = $(wildcard sounds/* )
13
12
LOCALES_PO = $(wildcard po/* .po)
14
13
LOCALES_MO = $(patsubst po/% .po,locale/% /LC_MESSAGES/$(NAME ) .mo,$(LOCALES_PO ) )
15
14
16
15
# These files will be included in the extension zip file.
17
16
ZIP_CONTENT = $(JS_FILES ) $(LOCALES_MO ) resources/$(NAME ) .gresource \
18
- $( SOUND_FILES ) schemas/gschemas.compiled metadata.json LICENSE
17
+ schemas/gschemas.compiled metadata.json LICENSE
19
18
20
19
# These seven recipes can be invoked by the user.
21
20
.PHONY : zip install uninstall pot clean test references
Original file line number Diff line number Diff line change @@ -478,11 +478,6 @@ class Extension {
478
478
// Finally, ensure that all animation times are set properly so that other extensions
479
479
// may guess how long it will take until windows are gone :)
480
480
this . _fixAnimationTimes ( isDialogWindow , forOpening , duration ) ;
481
-
482
- // const player = global.display.get_sound_player();
483
- // const file = Gio.File.new_for_path(Me.path + '/sounds/energize.ogg');
484
- // utils.debug(file.query_exists(null));
485
- // player.play_from_file(file, 'burn-my-windows sound effect', null);
486
481
}
487
482
488
483
// The code below is not necessary for Burn-My-Windows to function. However, there
You can’t perform that action at this time.
0 commit comments