mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 13:50:38 -04:00
Build cross platform desktop apps with JavaScript, HTML, and CSS. It's easier than you think. If you can build a website, you can build a desktop app. Electron is a framework for creating native applications with web technologies like JavaScript, HTML, and CSS. It takes care of the hard parts so you can focus on the core of your application. WWW: https://electronjs.org/
10 lines
299 B
Python
10 lines
299 B
Python
--- build/linux/strip_binary.py.orig 2022-02-07 13:39:41 UTC
|
|
+++ build/linux/strip_binary.py
|
|
@@ -10,6 +10,7 @@ import sys
|
|
|
|
|
|
def main():
|
|
+ return 0
|
|
argparser = argparse.ArgumentParser(description='eu-strip binary.')
|
|
|
|
argparser.add_argument('--eu-strip-binary-path', help='eu-strip path.')
|