Skip to content

Commit

Permalink
bugfix! Made sure the non-portable is not portable by accident
Browse files Browse the repository at this point in the history
the gitignore didn't help :)
  • Loading branch information
ewerybody committed Oct 28, 2020
1 parent fb7c263 commit 380974f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/a2_config.ahk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
SetTitleMatchMode, 2
a2_tray_click_button = 1
a2_startup_tool_tips := true
a2_title = a2 - dev_version 0.0.8
a2_title = a2 - dev_version 0.0.9
2 changes: 1 addition & 1 deletion lib/batches/build/finish_package.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
ROOT_FILES = 'package.json', 'a2 on github.com.URL', 'LICENSE'
LIB_EXCLUDES = (
'batches', '_source', 'a2ui', 'a2ui dev', 'ahklib', 'a2init_check',
'a2dev_find_py', 'a2init_check', '_a2_portable'
'a2dev_find_py', 'a2init_check', '_a2_portable', 'a2_portable',
)
UI_FOLDERS = 'a2ctrl', 'a2widget', 'a2element', 'res', 'style'
UI_REMOVE_FILES = (
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "a2",
"version": "0.0.8",
"version": "0.0.9",
"description": "Script managing and developing framework for Autohotkey",
"main": "index.js",
"dependencies": {},
Expand Down

0 comments on commit 380974f

Please sign in to comment.