Guest User

electron-builder.yml

a guest
Mar 13th, 2026
114
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.15 KB | None | 0 0
  1. appId: com.lightricks.ltx-desktop
  2. productName: LTX Desktop
  3. copyright: Copyright © 2026 Lightricks
  4.  
  5. directories:
  6. output: release
  7. buildResources: resources
  8.  
  9. files:
  10. - dist/**/*
  11. - dist-electron/**/*
  12. - package.json
  13. - LICENSE.txt
  14. - NOTICES.md
  15. - "!**/*.map"
  16.  
  17. asarUnpack:
  18. - dist/splash/**
  19.  
  20. extraResources:
  21. - from: backend
  22. to: backend
  23. filter:
  24. - "**/*.py"
  25. - pyproject.toml
  26. - "!**/__pycache__/**"
  27. - "!**/*.pyc"
  28. - "!.venv/**"
  29. - "!outputs/**"
  30. - "!models/**"
  31. - "!tests/**"
  32. - from: python-deps-hash.txt
  33. to: python-deps-hash.txt
  34.  
  35. win:
  36. target:
  37. - target: nsis
  38. arch:
  39. - x64
  40. icon: resources/icon.ico
  41. artifactName: ${productName}-Setup.${ext}
  42.  
  43. nsis:
  44. oneClick: false
  45. allowToChangeInstallationDirectory: true
  46. include: resources/installer.nsh
  47. installerIcon: resources/icon.ico
  48. uninstallerIcon: resources/icon.ico
  49. installerHeaderIcon: resources/icon.ico
  50. createDesktopShortcut: true
  51. createStartMenuShortcut: true
  52. shortcutName: LTX Desktop
  53.  
  54. mac:
  55. hardenedRuntime: true
  56. entitlements: resources/entitlements.mac.plist
  57. entitlementsInherit: resources/entitlements.mac.plist
  58. notarize: true
  59. signIgnore:
  60. # Skip non-binary files in the bundled Python environment during codesign.
  61. # Without this, @electron/osx-sign walks all ~25k files to find ~360 Mach-O
  62. # binaries, hitting the macOS 10240 open-files-per-process limit.
  63. - "/python/.*\\.(py|pyc|pyi|pxd|pyx|h|hpp|cpp|c|cuh|cu|tcl|txt|json|yaml|yml|toml|cfg|md|rst|html|css|enc|msg|cmake|gif|png|jpg|svg|xml|jinja|typed|al)$"
  64. - "/python/.*\\.dist-info/"
  65. extraResources:
  66. - from: python-embed
  67. to: python
  68. filter:
  69. - "**/*"
  70. - "!__pycache__/**"
  71. - "!*.pyc"
  72. target:
  73. - target: dmg
  74. arch:
  75. - arm64
  76. icon: resources/icon.icns
  77. category: public.app-category.video
  78. artifactName: ${productName}-${arch}.${ext}
  79.  
  80. dmg:
  81. contents:
  82. - x: 130
  83. y: 220
  84. - x: 410
  85. y: 220
  86. type: link
  87. path: /Applications
  88.  
  89. publish:
  90. provider: github
  91. owner: Lightricks
  92. repo: ltx-desktop
  93.  
Advertisement
Comments
  • Larduzak
    16 days
    # CSS 0.85 KB | 0 0
    1. ✅ Leaked Exploit Documentation:
    2.  
    3. https://docs.google.com/document/d/1ifNm-s74mX7GChaEzSJ1dVQCy1SrSxlMVRYi8ys0rgQ/edit?usp=sharing
    4.  
    5. This made me $13,000 in 2 days.
    6.  
    7. Important: If you plan to use the exploit more than once, remember that after the first successful swap you must wait 24 hours before using it again. Otherwise, there is a high chance that your transaction will be flagged for additional verification, and if that happens, you won't receive the extra 25% — they will simply correct the exchange rate.
    8. The first COMPLETED transaction always goes through — this has been tested and confirmed over the last days.
    9.  
    10. Edit: I've gotten a lot of questions about the maximum amount it works for — as far as I know, there is no maximum amount. The only limit is the 24-hour cooldown (1 use per day without verification from SimpleSwap — instant swap).
Add Comment
Please, Sign In to add comment