mirror of
https://github.com/atom/atom.git
synced 2026-01-22 13:28:01 -05:00
5 lines
111 B
Bash
Executable File
5 lines
111 B
Bash
Executable File
#!/bin/bash
|
|
|
|
VERSION_PATH="$BUILT_PRODUCTS_DIR/Atom.app/Contents/Resources/version"
|
|
echo -n $1 > $VERSION_PATH
|