sekoyo / SecurePad

SecurePad - A Notepad++ plugin for securely encrypting data
38 stars 10 forks source link

x64 build #2

Closed chcg closed 7 years ago

chcg commented 7 years ago

, build see https://ci.appveyor.com/project/chcg/securepad containing artifacts for the release builds , needs registration at appveyor and creation of a security token, see see https://www.appveyor.com/docs/deployment/github/#provider-settings to use appveyor builds for github releases on tagging, see e.g. https://github.com/pnedev/compare-plugin/releases/tag/v2.0.0

sekoyo commented 7 years ago

Great stuff thanks 👏

chcg commented 7 years ago

@DominicTobias

What about resource info:

        VALUE "CompanyName", "DreamInPixels, dreaminpixels.net"
        VALUE "FileDescription", "SecurePad can be used to securely encrypt plaintext documents with a key of your choice"
        VALUE "FileVersion", "2.1.0.0"
        VALUE "InternalName", "SecurePad.dll"
        VALUE "LegalCopyright", "Copyright (c) 2011 dreaminpixels.net"
        VALUE "OriginalFilename", "SecurePad.dll"
        VALUE "ProductName", "SecurePad"
        VALUE "ProductVersion", "2.1.0.0"

seems http://www.dreaminpixels.net/ is no longer correct, version should be at least 2.2 I think.

Maybe you wan't to release a version 2.3? With appveyor config or manually? PluginManager needs a zip file not just a plain dll.

sekoyo commented 7 years ago

Ah yeah that should really be more generic, no company name is needed and copyright notice to MIT or something. And you're right - releasing a new version sounds like a good idea, not sure what appveyor is will look it up tomorrow 😜

On Mon, 27 Feb 2017 at 22:37, chcg notifications@github.com wrote:

@DominicTobias https://github.com/DominicTobias

What about resource info:

    VALUE "CompanyName", "DreamInPixels, dreaminpixels.net"
    VALUE "FileDescription", "SecurePad can be used to securely encrypt plaintext documents with a key of your choice"
    VALUE "FileVersion", "2.1.0.0"
    VALUE "InternalName", "SecurePad.dll"
    VALUE "LegalCopyright", "Copyright (c) 2011 dreaminpixels.net"
    VALUE "OriginalFilename", "SecurePad.dll"
    VALUE "ProductName", "SecurePad"
    VALUE "ProductVersion", "2.1.0.0"

seems http://www.dreaminpixels.net/ is no longer correct, version should be at least 2.2 I think.

Maybe you wan't to release a version 2.3? With appveyor config or manually? PluginManager needs a zip file not just a plain dll.

— You are receiving this because you were mentioned.

Reply to this email directly, view it on GitHub https://github.com/DominicTobias/SecurePad/pull/2#issuecomment-282879842, or mute the thread https://github.com/notifications/unsubscribe-auth/AAuZ-i4uoMRBfWbxcqCuWjLWvGbHs47Aks5rg1AngaJpZM4MNsRH .

sekoyo commented 7 years ago

And you're more than welcome to release it yourself as I might slow getting round to it! I'll check the about content too maybe that could do with updating

On Mon, 27 Feb 2017 at 22:43, dominic tobias dominic.tobias@gmail.com wrote:

Ah yeah that should really be more generic, no company name is needed and copyright notice to MIT or something. And you're right - releasing a new version sounds like a good idea, not sure what appveyor is will look it up tomorrow 😜

On Mon, 27 Feb 2017 at 22:37, chcg notifications@github.com wrote:

@DominicTobias https://github.com/DominicTobias

What about resource info:

    VALUE "CompanyName", "DreamInPixels, dreaminpixels.net"
    VALUE "FileDescription", "SecurePad can be used to securely encrypt plaintext documents with a key of your choice"
    VALUE "FileVersion", "2.1.0.0"
    VALUE "InternalName", "SecurePad.dll"
    VALUE "LegalCopyright", "Copyright (c) 2011 dreaminpixels.net"
    VALUE "OriginalFilename", "SecurePad.dll"
    VALUE "ProductName", "SecurePad"
    VALUE "ProductVersion", "2.1.0.0"

seems http://www.dreaminpixels.net/ is no longer correct, version should be at least 2.2 I think.

Maybe you wan't to release a version 2.3? With appveyor config or manually? PluginManager needs a zip file not just a plain dll.

— You are receiving this because you were mentioned.

Reply to this email directly, view it on GitHub https://github.com/DominicTobias/SecurePad/pull/2#issuecomment-282879842, or mute the thread https://github.com/notifications/unsubscribe-auth/AAuZ-i4uoMRBfWbxcqCuWjLWvGbHs47Aks5rg1AngaJpZM4MNsRH .

chcg commented 7 years ago

ok, Appveyor is a build service at the internet which could cooperate with github. N++ is also using it.

Release doesn't hurry. Have a look and then we could do that step.

Good night.