Page MenuHomePhabricator (Chris)

No OneTemporary

Authored By
Unknown
Size
982 B
Referenced Files
None
Subscribers
None
diff --git a/.gitignore b/.gitignore
index a20c532..d126b24 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,18 +1,22 @@
*.user
win.rc
Info.plist
version.c
_notes
_release
.DS_Store
image/about.psd
extra/_build_*
misc/win32tools
_bin/
build/
src/version.h
*.autosave
src/version.h
*.deb
packaging/win/packages/jp.soramimi.guitar/data/
packaging/win/GuitarSetup.exe
+packaging/mac/Guitar.app
+packaging/mac/Guitar.app/Contents/Frameworks/QtCore.framework/QtCore
+packaging/mac/*.zip
+packaging/mac/Guitar-macos.zip
diff --git a/packaging/mac/mk.sh b/packaging/mac/mk.sh
new file mode 100755
index 0000000..4531d51
--- /dev/null
+++ b/packaging/mac/mk.sh
@@ -0,0 +1,12 @@
+rm -fr ../../_bin/Guitar.app
+rm -fr build
+mkdir build
+cd build
+/opt/Qt/5.12.3/clang_64/bin/qmake ../../../Guitar.pro
+make -j10
+cd ..
+rm -fr Guitar.app
+mv ../../_bin/Guitar.app .
+/opt/Qt/5.12.3/clang_64/bin/macdeployqt Guitar.app
+rm Guitar-macos.zip
+zip -r Guitar-macos.zip Guitar.app

File Metadata

Mime Type
text/x-diff
Expires
Mon, Jun 15, 11:40 PM (2 w, 2 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
69880
Default Alt Text
(982 B)

Event Timeline