Page Menu
Home
Phabricator (Chris)
Search
Configure Global Search
Log In
Files
F145220
RELEASE-MACOS.rb
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
424 B
Referenced Files
None
Subscribers
None
RELEASE-MACOS.rb
View Options
#!/usr/bin/ruby
require
'fileutils'
load
'version.rb'
$workdir
=
"_release"
FileUtils
.
rm_rf
(
$workdir
)
FileUtils
.
mkpath
(
$workdir
)
`cp -a _bin/
#{
$product_name
}
.app
#{
$workdir
}
/`
#`cp Guitar_ja.qm #{$workdir}/Guitar.app/Contents/Resources`
`/opt/Qt/5.13.0/clang_64/bin/macdeployqt
#{
$workdir
}
/
#{
$product_name
}
.app`
Dir
.
chdir
(
$workdir
)
{
`zip -r Guitar-
#{
$version_a
}
.
#{
$version_b
}
.
#{
$version_c
}
-macos.zip Guitar.app`
}
File Metadata
Details
Attached
Mime Type
text/x-ruby
Expires
Sun, Aug 16, 7:37 AM (1 d, 20 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
77392
Default Alt Text
RELEASE-MACOS.rb (424 B)
Attached To
Mode
R77 Guitar
Attached
Detach File
Event Timeline