Skip to content
This repository has been archived by the owner on Jan 10, 2020. It is now read-only.

Commit

Permalink
Remove built workflow from repo
Browse files Browse the repository at this point in the history
  • Loading branch information
deanishe committed Oct 22, 2018
1 parent cb7f73d commit 9bafcbb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Built workflows
/dist/

# Built workflow file
*.alfredworkflow

# Autoenv files
.autoenv.zsh
.autoenv_leave.zsh
Expand Down
2 changes: 2 additions & 0 deletions alfred_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,7 @@ getvar() {
export alfred_workflow_bundleid=$( getvar "bundleid" )
export alfred_workflow_version=$( getvar "version" )
export alfred_workflow_name=$( getvar "name" )
export alfred_workflow_cache="${HOME}/Library/Caches/com.runningwithcrayons.Alfred-3/Workflow Data/${alfred_workflow_bundleid}"
export alfred_workflow_data="${HOME}/Library/Application Support/Alfred 3/Workflow Data/${alfred_workflow_bundleid}"
export ALSF_HISTORY_ENTRIES=$( getvar "variables:ALSF_HISTORY_ENTRIES" )

2 changes: 1 addition & 1 deletion bin/build
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ $devmode || {
}

popd &>/dev/null
log "wrote '${zipname}' file in '$( pwd )'"
log "wrote '${zipname}' file in '${distdir}'"
}

popd &>/dev/null

0 comments on commit 9bafcbb

Please sign in to comment.