Skip to content

Commit

Permalink
Addres review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Arjan Scherpenisse committed Aug 17, 2021
1 parent 2c17c42 commit ec02dcf
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 91 deletions.
5 changes: 3 additions & 2 deletions Makefile
Expand Up @@ -3,6 +3,7 @@ PKG=$(shell basename $(PWD))
DEST=../$(PKG)-$(VSN).zip

release:
@rm -f ../$(DEST)
@git archive --format=zip -o $(DEST) master
rm -f ../$(DEST)
glib-compile-schemas schemas
zip -r $(DEST) *.json *.js schemas
@echo "Written $(DEST)"
9 changes: 5 additions & 4 deletions metadata.json
@@ -1,8 +1,9 @@
{
"name": "Go To Last Workspace",
"uuid": "gnome-shell-go-to-last-workspace@github.com",
"shell-version": ["40", "3.38", "3.36", "3.34", "3.32", "3.30", "3.28"],
"name": "Go To Last Workspace",
"description": "Quickly toggle between two workspaces with one key",
"settings-schema": "org.gnome.shell.extensions.go-to-last-workspace",
"version": 6
"url": "https://github.com/arjan/gnome-shell-go-to-last-workspace",
"version": 7,
"shell-version": ["40", "3.38", "3.36", "3.34", "3.32", "3.30", "3.28"],
"settings-schema": "org.gnome.shell.extensions.go-to-last-workspace"
}
85 changes: 0 additions & 85 deletions prefs.js

This file was deleted.

0 comments on commit ec02dcf

Please sign in to comment.